How do you check the syntax of a JCL without running it?
Answer Posted / jdriley
You can also use JEM (if your installation has it.)
Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd avgrec keyword?
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.
which utility is used to sort a file in jcl?
Explain the function of dd disp parameter?
What is the function of the steplib dd statement?
How can values be passed from the job stream to an executable program?
List the different components of jcl statement?
what is the compile process of cobol program expalin with code
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name what parameter directs the output of the job log dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to pass data to a program that is coded in an exec statement?
how you can access an uncataloged dataset in a JCL?
What is the function of the dd avgrec keyword in sms datasets?
how JCL works?