Are there any set of rules for the names of the steps used in a job?
No Answer is Posted For this Question
Be the First to Post Answer
how to increase the space of a dataset in instream procedure.
How is the keyword DUMMY used in JCL?
What are the valid DSORG values ?
what JCL Procedures?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
what is DSN parameter and DISP parameter is used for?
what is JCL?
What is the difference between the JOBLIB and the STEPLIB statements?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
wht r different types of sort fields in jcl ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code