1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / om prakash yadav
hi .....kavya........
The JCL being scanned for syntax errors and reports them to
the requested uotput media.
Syntactical errors are comprised of invalid keywords.
Illegal characters, incorrect use of parentheses.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is job control language?
How jcl work to handle various input output file operations?
What do you know about jcl?
What are the 2 types of parameters in dd statement?
What are steplib and joblib? What for they are used?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the jcl exec statement?
What are the parameters that are used in creating a gdg?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?