Explain the function of job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is a procedure?
how to purge 50 initiators continuously?? console commands??
What does a disposition of (new,catlg,keep) for a dsn mean?
how do you access an uncataloged dataset in a jcl?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
How do you override a parameter in Positional parameters?
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
what is the use of temporary files?
what is instream data
what is the Difference between SYSIN and PARM ?
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?