Answer Posted / vinay sonar
It means execute that step even if previous step abends
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
How does jcl specify the job to the operating system?
What are the jcl procedures?
What do you understand by the term job time – out and how can you overcome that?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the rules employed while naming the steps in a job?
What dd statement is used to supply the name of a dataset?
What is Cataloged Procedures?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the use of symbol // in jcl?
Explain how can values be passed from the job stream to an executable program?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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 to override loadlib?