How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
No Answer is Posted For this Question
Be the First to Post Answer
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
how we can edit records in vsam data set and non vsam data sets
At the minimum, which division of COBOL is enough to be coded?
what is the difference between COBOL2 AND COBOL390?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
how can we get current dat and time thru cobol pgm
What are decleratives in COBOL ?
Give some examples of command terminators?
What is LENGTH in COBOL II?