What is the function of the dd dcb keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Name some of the JCL statements that are not allowed in procs.?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
after submiting the jcl.how do you know that the job has been completed.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is the compile process of cobol program expalin with code
What is difference between Return Code, user completion code, Abend code and reason Code?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
Can you code instream data in a PROC ?
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?
How is a type of file defined in the jcl that executes the cobol program?
Is their any limit for data sets?