How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answers were Sorted based on User's Feedback
Answer / shankar
Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
In general ,the keyword parameters are mandatory one..
eg... in job card class name,msg level are mandatory...
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vishal sinha
2 types >> Positional parameters,Keyword parameters.
Mandatory parameters of JOB statement>> I guess its CLASS
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / 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 |
What all are the changes to be made in JCL so as to do testing?
How to compare 2 files using File-Aid?
which utility is used to run a cobol-db2 program?
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.
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
How I sort the records in a file and copy the first 10 records to another file
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Explain about LMPUT-
how do you code a null statement?