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


Please Help Members By Posting Answers For Below Questions

How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

702


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725


i need a small 3d program using inline and outline.

1640


) what is the difference between AID and HANDLE AID?

1637






What is the utilization of copybook in cobol?

657


Explain the configuration section of a cobol program with examples of syntax.

661


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.

1119


Write a program that uses move corresponding.

673


For rewrite, why is it mandatory that file needs to be opened?

623


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717


Have you used comp and comp-3 in your project? And how?

2010


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

678


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2100


Write a cobol program making use of the redefine clause.

739