Answer Posted / xyz
SOC7 ABEND OCCURS IN FOLLOWING CASES
1.Numeric Operation on Non-numeric data
2.Coding past the maximum allowed subscript.
3.Un-initialize working storage.
| Is This Answer Correct ? | 70 Yes | 12 No |
Post New Answer View All Answers
What is job control language?
Differentiate between the joblib and the steplib statements?
Explain the function of the steplib dd statement?
what is the compile process of cobol program expalin with code
Is it possible to define dd statements as you want?
how do you code a null statement?
What are steplib and joblib?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What dd statement is used to supply the name of a dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the syntax of JCL statement?
Is acct parameter mandatory?
what are JCLLIB and STEPLIB in JCL?
how do you access an uncataloged dataset in a jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?