in production region 100 steps are running,but i need to
run only step5 without changing code how can i do it?
Answer Posted / kiran
U can use IebEdit utility
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Give the syntax of job specifying jcl statement.
What is Cataloged Procedures?
in ways data can be passed to a COBOL program from JCL?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can values be passed from the job stream to an executable program?
which utility is used to sort a file in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
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.
what happens in execution stage in job processing?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the function of //jcllib statement?
Explain how can a stopped job be started again?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file