What is the difference between catalogue procedure and
In-Stream procedure?
Answers were Sorted based on User's Feedback
Answer / guest
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 ? | 37 Yes | 3 No |
Answer / 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 |
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?
when can a job time-out occur? How to overcome that?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
What is a GDG
How many types we can give input to JCL
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
what will be the error code if duplicate key of VSAM file is found?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
Explain how can values be passed from the job stream to an executable program?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What is 'S0C7' abend?