How can we execute only one step in a job
Answer Posted / prashanth
we can...it's possible
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is notcat 2 - gs?
List in order the hierarchical levels of jcl?
i want to store 20 digits . how will u do it in cobol ?
Explain about ISPF/TSO Commands
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.
When output dataset space is required, what quantity categories are used?
What do you understand by jcl?
how JCL works?
In sms datasets, what is the function of the dd avgrec keyword?
How can the attributes of one sms dataset be copied to another dataset?
I need exexution process for JCL programs
What is jcl in mainframe, and how many types of jcl statements are there for a job?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can values be passed from the job stream to an executable program?
What is the function of the steplib dd statement?