Name what parameter directs the output of the job log dataset?
No Answer is Posted For this Question
Be the First to Post Answer
when GDG version number get changed ? bcz always Generations only increasing.
What is RESTART? How is it invoked?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
once we submitted the job to the operating system, how can we cancel the job before execution?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
List the different components of jcl statement?
Can we change a FB file to VB file in JCL? Please help
What is condition checking in jcl? Is this possible?