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 is Pic 9v99 Indicates in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between next sentence and continue in cobol programing language?
How do you reference the following file formats from cobol programs?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
A table has two indexes defined. Which one will be used by the SEARCH?
What are the various section in data division and briefly explain them.
Which is not true about evaluate statement
What is the usage of comp fields in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What do you understand by psb and acb?
) how do u code after getting data?