What will happen if we write two STOP RUN's in a COBOL
program?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the significance of addrspc parameter in exec statement?
define cond parameter in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
List in order the hierarchical levels of jcl?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
Explain the function of dd name parameter with a 2 part structure; audit.report?
What does the keyword DCB mean and what are some of the keywords associated with it?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
What is the function of the dd dcb keyword?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE