Hi All,
Please answer the following questions
1. Explanation for the Bind card parameters.
2. By using which utility we can create a PDS and what are all the parameters
needs to be passed for this.
3. A file has 10000 records and the job has already processed 2000 records and inserted it in a db2 table and suddenly due to duplicate rows that job got abends. How can we start proceeding from 2001th record.
we can use restart logic like storing the processed records in a PS file and refering the records once the job abends. But I need exact coding for this and how can we achieve this.
4. Whether we can declare as below
01 A pic s9(2)v99 COMP value -12.34
01 A pic s9(2)v99 value -12.34, if we display this variable A what will be the value for that.
Thanks in Advance...