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 |
How jcl is used for testing batch programs?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Name what parameter directs the output of the job log dataset?
What are the jcl procedures?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
how do you access an uncataloged dataset in a jcl?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
How can a stopped job be started again?
What is DYNAMBR in jcl?
How are GDGs concatenated?