How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.

Answer Posted / vaibhav

Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
Positional parameters are Job acconting information and
programmer name parameter.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which utility is used to run a cobol-db2 program?

801


Give the syntax of job specifying jcl statement.

636


Explain the function of job statement in jcl?

644


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


How can a fb file convert to vb file using sort program?

802






What is jcl in mainframe, and how many types of jcl statements are there for a job?

628


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


Is their any set of rules for dd? Explain.

655


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

851


what is the compile process of cobol program expalin with code

1996


What do you know about jcl?

645


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

716


Differentiate between addressing mode and run mode.

611


How do you overcome this limitation ?

691


in ways data can be passed to a COBOL program from JCL?

661