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

Answers were Sorted based on User's Feedback



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

Answer / harish

ONLY ONE WILL EXCUTE, THAT IS THE FIRST ONE

Is This Answer Correct ?    33 Yes 1 No

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

Answer / 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

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

Answer / guest

end of the execution

Is This Answer Correct ?    2 Yes 4 No

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

Answer / mr.perfect

if we run the two
STOP RUN.
STOP RUN.

WE WILL GET ABEND S013

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

How to get cursor position from system in CICS environment ?

8 Answers  


how to identify a vasam dataset by seeing in 3.4(browse)

5 Answers   Cap Gemini,


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


How can we increment subscript and index?

1 Answers   CTS, IBM,






Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

5 Answers   iGate,


What is the syntax of JCL statement?

0 Answers  


how many members can be created inside a single pds?

8 Answers  


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


Explain about LMGET�read a logical record from a data set

1 Answers  


Categories