What are the parameter we cannot use in procedure?
No Answer is Posted For this Question
Be the First to Post Answer
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is job control language?
If job is submitted with typerun = hold then how can we submit the same job?
What is the purpose of the dd keylen parameter?
when we use sysprint and sysout statements
MOD, DELETE; What does a disposition of (,DELETE) mean ?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
What is the motivation behind coding class parameter in job statement?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
which parameter is use to declare the name of dataset in dd statement?
What is the function of a dd statement?