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


Please Help Members By Posting Answers For Below Questions

What is the function of //cntl statement?

830


Are there any set of rules for the names of the steps used in a job? What are they?

614


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?

820


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


How does jcl act on a cobol code?

659






Explain the purpose of dd dummy statement?

671


What is the difference between run mode and addressing mode?

635


How do you submit a job for execution?

640


Explain the function of dd disp parameter?

595


What is the function of the dd mgmtclas keyword in sms datasets?

739


Give the syntax of job specifying jcl statement.

640


When output dataset space is required, what quantity categories are used?

832


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1039


what is the resolution for sb37 error

7714


what are JCLLIB and STEPLIB in JCL?

676