Answer Posted / madhu
If you get S0C7 means some of your numeric variables/data
items have invalid data. now we need to find out how to do
this.
while compiling use compiler option LIST. it will give
listing of your cobol program in spool.
Now, run your program, it will abend will with S0C7
go to spool and take the last four bytes of offset.
open the compiler listing and find those 4 bytes in the
compiler listing.
you can find the position, where S0C7 occured.
In this way , we can find the position where S0C7 error got
generated.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How to override loadlib?
Explain the function of dd disp parameter?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to alter the parameters for the existing gdg?
Is condition checking possible in jcl? If yes, how?
I need exexution process for JCL programs
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Give the syntax of job specifying jcl statement.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
whats the diff bw the evaluate also and and?
What are the parameter we cannot use in procedure?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is acct parameter mandatory?
Explain the purpose of dd * statement in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed