What is a PROC? What is the difference between an instream
and a catalogued PROC?
Answers were Sorted based on User's Feedback
Answer / guest
PROC stands for procedure. It is 'canned' JCL invoked by a
PROC statement. An instream PROC is presented within the
JCL; a catalogued PROC is referenced from a proclib
partitioned dataset.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sudheer
Proc is a set of JCL statements, which will be used to
execute the job steps. There are two types of procs
1. Instream
2. Catalog
Instream procedures are defined within a job and executed
within a job. To terminate Instream procedure we use PEND
keyword.
Catalgo Procedures are defined outside of the job as a
member of PDS and executed outside of the job. In this
there will be no PEND statement required
| Is This Answer Correct ? | 7 Yes | 1 No |
In sms datasets, what is the function of the dd mgmtclas keyword?
can we write a proc with in a proc
why do we use file-aid wht r the adv of using file-aid thn in ispf
Can we change the LIMIT of GDG?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Explain about Cobol Subroutines
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
what is the function of spool command?
How to get cursor position from system in CICS environment ?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
describe the dd statement,its meaning,syntax and keywords?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?