How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / sreedhar naidu dhekodna
There are no mandatory parameters for a Job statement in
general.If any of the parameters are omitted then the
system defined default value will be taken for that
parameter.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the use of disp parameter?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How would you understand error(execution phase)?
How can return codes be tested before execution of a job step?
which parameter is used to check the syntax of a jcl without executing it?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
In sms datasets, what is the function of the dd avgrec keyword?
How to submit a jcl from cics?
which utility is used to sort a file in jcl?
Explain the function of job statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Describe the various parameters utilized in the creation of a gdg?
Why block size is multiple of lrecl in jcl?
which parameter is use to declare the name of dataset in dd statement?
Explain dfsort utility?