What is the difference between catalogue procedure and
In-Stream procedure?
Answer Posted / 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 |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
What is jcl in mainframe?
Explain dd statement in jcl?
what is “Cond= even” and “Cond=only”?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the function of //jcllib statement?
How does the jcl specify the job to os?
How does jcl specify the job to the operating system?
Explain dfsort utility?
List the different components of jcl statement?
How can the attributes of one sms dataset be copied to another dataset?
How is the record format of an output dataset specified?
What is the function of the steplib dd statement?
Explain the function of job statement in jcl?