How do you check the syntax of a JCL without running it?
Answer Posted / govil
u can give JSCAN in Job card or u can also give the command
EJCK before submitting the job.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
What is the purpose of dd?
Explain the job statement in jcl?
Explain the function of a dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
in ways data can be passed to a COBOL program from JCL?
When space is allocated for an output dataset, what units can be used?
Is acct parameter mandatory?
Explain how can a stopped job be started again?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is a jcl?
which parameter is use to declare the name of dataset in dd statement?
What do you understand by the term job time – out and how can you overcome that?
A dd statement consists of 4 fields. Name them?
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.