What is a PROC? What is the difference between an instream
and a catalogued PROC?
Answer Posted / 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 |
Post New Answer View All Answers
Is automatic restart possible in jcl?
Explain in DD statement what is the use of DCB parameter?
Explain the function of the steplib dd statement?
What is NOTCAT ?
Why block size is multiple of lrecl in jcl?
Is condition checking possible in jcl?
Name a few IBM utility programs, and explain its function.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is acct parameter mandatory?
What is the function of the dd avgrec keyword in sms datasets?
What is timing concept in mainframe?
How to submit jcl through a cobol program?
how you will the direct the data to spool using sysout option?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain how can the attributes of one sms dataset be copied to another dataset?