Explain the hierarchy levels in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
what is the use of temporary files?
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
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
What is notcat 2 - gs?
How to submit a jcl from cics?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
How do you access an uncatalogued dataset in a jcl?
How is the record format of an output dataset specified?
Is automatic restart possible in jcl? If yes, how?