What will happen if we write two STOP RUN's in a COBOL
program?

Answer Posted / harish

ONLY ONE WILL EXCUTE, THAT IS THE FIRST ONE

Is This Answer Correct ?    33 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

792


what is DD statement is used in JCL?

678


What are s0c1, s0c4, s0c5, s0c7 and socb?

697


Name the statement which can be used to send data to another mvs jes3 node?

597






Is their any limit for data sets?

699


Is there any command to check wether the ps file is in sorted order?

2426


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

7437


What is jcl in mainframe?

685


Where can program checkpoints be stored for use in a restart?

842


What is the function of //cntl statement?

828


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1343


Explain how can an in-stream dataset be terminated?

694


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

672


What do you understand by jcl?

625