What is catelog procedure and how many catelog procedure to
use in one job?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Procedure: set of JCL code used to perform specified
function
2 types
1. Instream and 2. Catalog proc
Instream proc: is the one which is coded with in the JCL
Catlg Prod: Which is coded in a member of a PDS and is
referenced in the JCl through the JCLLIB order stmt.
We can use max of 255 steps in a JCL. Each step can have
only 1 catlg proc. Hence 255 catlg proc can be used in a
JCL.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / rekha
If we want to access the data of a out side member in our
JCL program then we have to go for Catelog Procedure.
In one job we can use up to 255 catelog procedures.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
when does a dataset go uncataloged?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How to skip first step of a job? Can we use COND on the first step?
How to see the COMP3 value(packd decimal)
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
which parameter is use to declare the name of dataset in dd statement?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?