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 |
When cursor is not closed what is the error?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to fetch even records from one file to another file by using ICETOOL in JCL?
define cond parameter in jcl?
how to create a member or sequential dataset through tso command??
how many types of sorts are there in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to DEBUG a JCL?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How would you understand error(execution phase)?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is the restart?hopw it is invoked?