What 3 guidelines do we have to follow when concatenating DD
statements?

Answer Posted / guest

Datasets must be of the same type (disk or tape), All
datasets must have the same logical record length, The
dataset with the largest blocksize must be listed first.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multithreading in jcl?

940


Explain the function of //cntl statement?

659


Explain the function of the steplib dd statement?

644


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


How can return codes be tested before execution of a job step?

919






How do you submit a job for execution?

638


How dummy is used in jcl?

645


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

675


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

683


what is use of dsn parameter in dd statement?

670


Is it possible to left uncode disp?

711


What is the function of the dd dcb keyword?

824


What is catelog procedure and how many catelog procedure to use in one job?

7446


What is the syntax of JCL statement?

694


which utility is used to sort a file in jcl?

747