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 |
What is the difference between a symbolic and an override in executing a PROC?
Can you give the sort card to arrange the specific column in the version of GDG.
i need some shortcuts and tso commands can any on ehelp me in these ?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
what is A-MODE and R-MODE?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain how can return codes be tested before execution of a job step?
what is the purpose of coding notify parameter in job statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
can u execute a proc from another proc?
i want to store 20 digits . how will u do it in cobol ?
what is static and dynamic call with examples?