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
Explain what you understand by passing by value.
In COBOL, what is the different between index and subscript?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is difference between static and dynamic call in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What are the different data types in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is the LINKAGE SECTION used in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
In COBOL programming, what is PERFORM? What is VARYING?
What is amode(31)
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is a scope terminator give example?
What are the cobol coding sheets?
What is static and dynamic call in cobol?