I have 255 procedures in a job, each procedure contain 2
steps.can we execute this job?
Answers were Sorted based on User's Feedback
It's not possible b'coz a jcl contain max 255 steps.
acording to the question this job will contain 510 steps.
That is impossible for a particular job.
| Is This Answer Correct ? | 25 Yes | 5 No |
Answer / brahmareddy.t
Yes,we can execute this job if the proc is instreamproc.
we can write 255 instreamproc in one job.
we can write 255 steps in one instreamproc.
ok.
| Is This Answer Correct ? | 2 Yes | 6 No |
how to put a dependency on job in jcl using opc scheduler?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
wht happens if blksize = 0 and lrec = 0 ?
Min no of member?s (PDS) in one directory block?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What is NOTCAT ?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
shall we concordinate two different length dataset in to a new date set.
How to copy VSAM files without using REPRO
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths