what is the meaning of keyword in jcl?what is is opposite?

Answer Posted / preeti shinde

In JCl there are two types of parameter:
1- positional parameter. 2-keyword parameter.

positional parameter : in this there are two prarameters
i.e., accounting information and programmer name these two
parameters are mandatory. positional parameter are
identified by there position so they should be coded in
specific order. these are coded after operation field..

keyword parameters: these are coded after the positional
parameter and there is no specific order so we can code in
any order.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN parameter and DISP parameter is used for?

672


What are the 4 fields in dd statement?

738


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


whats the diff bw the evaluate also and and?

1850


Explain the function of //cntl statement?

651






List in order the hierarchical levels of jcl?

664


How do you submit a job for execution?

637


How can the attributes of one sms dataset be copied to another dataset?

846


How to submit jcl through a cobol program?

675


how to do automated restart when a job abends?

841


what sort card you will use to copy the data from one dataset to another dataset?

722


What are the parameters that are used in creating a gdg?

735


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

802


Describe the various parameters utilized in the creation of a gdg?

680


what is the resolution for sb37 error

7697