How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / guru
two types of parameters they are positional and keyword paramater.mandatory parameter for job stmt is &sysuid or terminal id.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does jcl support automatic restart?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How can unused space allocation be returned to the system when a dataset is closed?
how to compare two datasets without using superce because output is limited to 133 bytes
how can you check if a file is empty using jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are some jcl statements that are not allowed in procedures?
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?
//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 /*
How is a type of file defined in the jcl that executes the cobol program?
In job processing, what happens in execution stage?
What is the difference between run mode and addressing mode?
What is the function of job statement in jcl?
how you will the direct the data to spool using sysout option?
List in order the hierarchical levels of jcl?