what EXEC statement is and what is the syntax of EXEC statement used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the rules employed while naming the steps in a job?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how you can access an uncataloged dataset in a JCL?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
Which statement is used to identify the private libraries in job?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Can we have a JOBSTEP without any EXEC ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code