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
How to do automated restart when a job abend?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Why block size is multiple of lrecl in jcl?
Is condition checking possible in jcl? If yes, how?
what is the use of JCL?
Is it possible to define dd statements as you want?
What are the 4 fields in dd statement?
What is job control language?
Explain the function of //cntl statement?
How can the submitting users racf authority be overridden in a job stream?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the jcl exec statement?