How do you check the syntax of a JCL without running it?
Answer Posted / jim
No to knock answer 1 but "TYPRUN=SCAN" is what works on my
system (no E in type)
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the format of comment statement?
Explain how can return codes be tested before execution of a job step?
which parameter is use to declare the name of dataset in dd statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Why block size is multiple of lrecl in jcl?
How can a jobs execution priority be modified?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the purpose of dd?
What are the 2 types of parameters in dd statement?
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 to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
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 ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Must tape dataset definitions include vol=ser specifications?