How do u debug a S0C7 abend? (aswered till we get the field
which caused that)
After knowing the field which caused that how do u know the
record which caused that if it is in production env? (dumb)
Ok let us assume that we got to know that 100th record
caused that and I wanted to skip only 100th record from the
file and process from 101th.
How to do that in JCL using SORT? (tried with STOPAFT
but ended up dumb when he said smthing else is ther)
Answer Posted / hks
Use OMIT option of Sort Utillity
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
How to print 10 to 1 if the input have only 10 digit number?
Can we redefine the field of x(200) to less than 200?
What is a report item?
What is the difference between external and global variables in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the cobol coding sheets?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different open modes available in cobol?
What are different data types in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which mode is used to operate the sequential file?
How do define dynamic array in cobol.