GDGs can be CREATED (not COPIED) only on DASD and NOT on
tape drives ? Is it True ?
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
which utility is used to sort a file in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
how you can direct the data to spool using SYSOUT option?
Explain the purpose of dd * statement in jcl?
what is DSN parameter and DISP parameter is used for?
How to do automated restart when a job abend?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of disp parameter in dd statement?
Explain how can an in-stream dataset be terminated?
Explain the function of job statement in jcl?
What do you understand by the terms: joblib and steplib?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are the rules employed while naming the steps in a job?
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.