What is the difference between catalogue procedure and
In-Stream procedure?
Answer Posted / 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 |
Post New Answer View All Answers
What are the 4 fields in dd statement?
how can the same proc be re-used and called by many jobs?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How would you understand error(execution phase)?
Explain the function of //jcllib statement?
Can we use DISP=SHR in output file in JCL
how you can direct the data to spool using SYSOUT option?
how would you create a temporary dataset? And where will you use them?
how JCL works?
Explain dd statement in jcl?
How jcl is used for testing batch programs?
what is the JCL statement consists of?
what is JCL?
when does a dataset go uncataloged?