What do you do to resolve SOC-7 error?
Answer Posted / a.roselin
1. Abend Aid is one of the tool which will trace out the
invalid numeric data over the field.
2. In Spool we could see the offset address of the invalid
numeric field and copy the offset address and pass it to
Parm Parameter on the JCL, it will display the invalid
numeric field of the statement in COBOL program.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you get the data to code the BMS macro?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Describe the cobol database components?
Give some examples of command terminators?
How you can characterize tables in cobol?
Name the sections present in data division.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the ksds vsam file formats from cobol programs
IF I mention stop run in CICS what happens?
What is amode(24)?
What is static and dynamic call in cobol?
Can a Search can be done on a table with or without Index?