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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of the dd dcb keyword?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Name a few IBM utility programs, and explain its function.
what is DSN parameter and DISP parameter is used for?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain the function of //jcllib statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Why include statement is used in a jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain how can an in-stream dataset be terminated?
which parameter is used to check the syntax of a jcl without executing it?
How does the jcl specify the job to os?
what operation is performed by job statement?