How many positional parameters are there in job statement?
Answer Posted / amarnadh reddy
Hi All,
Yes, two positional parameters are account Information and
user name. Positional parameters are Must be infront of the
keyword parameters in jobcard.
//JOBNAME JOB
OZA,'AMARNADHREDDY',CLASS=I,MSGCLASS=X,REGION=0K
Regards,
Amarnadh Reddy.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is automatic restart possible in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain dd statement in jcl?
what is a jcl?
how you can direct the data to spool using SYSOUT option?
can any one plzzzzzz tell the jcl code for creating ps using idcams
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are steplib and joblib? What for they are used?
Differentiate between addressing mode and run mode.
what is DSN in JCL and what are the parameters to declare the DSN?
What is notcat 2 - gs?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can I share my data with other jobs? How?
when can a job time-out occur? How to overcome that?
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?