Answer Posted / ameen ansari
TYPRUN=SCAN in jobcard. This command will check the JCL for
syntax errors without executing the JCL.
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What is job control language?
how do you code a null statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
In job processing, what happens in execution stage?
Differentiate between the joblib and the steplib statements?
What is the purpose of dd?
What is the significance of addrspc parameter in the exec statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can an in-stream dataset be terminated?
Can an individual step be restricted from using all the jobs allowed cpu time?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain how can a stopped job be started again?
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.
How can a fb file convert to vb file using sort program?