What is the difference between catalogue procedure and
In-Stream procedure?
Answer Posted / kannan
In Stream procedures are set of JCL statements written
between JOB and EXEC statements, start with PROC and end
with PEND statement. Mainly used to test cataloged
procedures. Cataloged procedure is cataloged on the
procedure library and is called by specifying the procedure
name on the EXEC statement.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what sort card you will use to copy the data from one dataset to another dataset?
Differentiate between the joblib and the steplib statements?
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.
How would you understand error(execution phase)?
What is the function of the dd avgrec keyword in sms datasets?
How is a type of file defined in the jcl that executes the cobol program?
What happens if both JOBLIB & STEPLIB is specified ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the difference between JES3 and JES2?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
List the various advantages of using jcl language?