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 |
Explain about ISPFTTRC
how can i use the parameters decalred in main pgm in sub pgm
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
How many types of libraries are there in JCL ?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
If job is submitted with typerun = hold then how can we submit the same job?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
What is DSNDB06 ?
What are the jcl procedures?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What is the function of the dd avgrec keyword in sms datasets?