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

Answer Posted / suresh

The two STOP RUN statements are valid and the statement
which one will be processed first, will be executed first
and control return back to the operting system.

Is This Answer Correct ?    31 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a disposition of (MOD,DELETE,DELETE) mean ?

662


how to run batch program without jcl?

10069


Is it possible to code instream data in a PROC?

748


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

852


What is the purpose of dd dummy statement?

942






What parameters can be used to limit the number of records written to a sysout dataset?

746


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1964


What is the purpose of dd * statement in jcl?

795


what is JCL?

693


Explain in DD statement what is the use of DCB parameter?

652


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

716


Which statement is used to identify the private libraries in job?

674


Where & How Do You Code Identifier In Jcl?

695


How gdg are concatenated?

668


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816