What will happen if we write two STOP RUN's in a COBOL
program?
Answer Posted / harish
ONLY ONE WILL EXCUTE, THAT IS THE FIRST ONE
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
Explain how can a stopped job be started again?
is there any way to execute more than one proc in the same exec statement at the same time..?
What do you understand by jcl?
how would you create a temporary dataset? And where will you use them?
Explain the purpose of dd dummy statement?
what happens in execution stage in job processing?
How does the jcl specify the job to os?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Give the syntax of job specifying jcl statement.
Define concatenating?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is their any set of rules for dd? Explain.
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?
Can we call instream to catalog and catalog to instream?