what are the technical terms for
//
/*
in jcl

Answer Posted / raji

// identifier
/* delimeter

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you understand error(execution phase)?

630


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

854


what is the purpose of coding notify parameter in job statement?

686


Is their any set of rules for dd? Explain.

664


What do you understand by jcl?

629






is there any way to execute more than one proc in the same exec statement at the same time..?

2111


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?

738


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


Explain how can an in-stream dataset be terminated?

702


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

657


how do you access an uncataloged dataset in a jcl?

841


What parameter of the job statement is used to limit the cpu time consumed by the job?

840


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

632


how JCL works?

796


What is the purpose of disp parameter?

645