what is the purpose of coding notify parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
Must tape dataset definitions include vol=ser specifications?
how can the same proc be re-used and called by many jobs?
How do you handle empty files in a JCL ?
What is the difference between the positional and keyword parameters? Give examples.
What parameter directs the output of the job log dataset?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Explain the function of job statement in jcl?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
if we give TIME=0 how many sec that job/step
what is XSUM in some fields= none, xsum ??