if we have a job consist of two steps and each step calling
a proc having 10 steps each then how many steps are counted
only 2 or 22(10+10+1+1)? can we have more than 255 steps in
a single job?
Answer Posted / reddy kanupuru
the total no of steps are 22 only.
The job should not consists of more than 255 steps.
(includes the proc steps also)
correct if i am wrong
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
A dd statement consists of 4 fields. Name them?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Explain about LMQUERY�give a dialog information about a data set
whats the diff bw the evaluate also and and?
What is the function of dd disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of the dd mgmtclas keyword in sms datasets?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain how can the attributes of one sms dataset be copied to another dataset?
What are hierarchy levels in jcl?