Answer Posted / guest
RCT
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What are steplib and joblib? What for they are used?
How to alter the parameters for the existing gdg?
How can unused space allocation be returned to the system when a dataset is closed?
Explain about LMFREE�free data set from its association with data ID
How jcl is used for testing batch programs?
what is the purpose of coding class parameter in job statement?
what is use of space parameter in dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
i want to store 20 digits . how will u do it in cobol ?
In sms datasets, what is the function of the dd avgrec keyword?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
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 ?