The maximum number of in-stream procedure you can code in
any JCL is ?

Answer Posted / jerinjose

The maximum number of instream procedures you can in any
job is 15

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1477


How can return codes be tested before execution of a job step?

913


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?

813


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608


How to pass the parameter in parm using linkage section ? (syntax)?

643






My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1982


In job processing, what happens in execution stage?

694


what is the difference between JES3 and JES2?

670


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

725


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

704


Explain about LMFREE�free data set from its association with data ID

992


which utility is used a dummy utility?

779


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

769


how would you create a temporary dataset? And where will you use them?

759


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600