in production region 100 steps are running,but i need to
run only step5 without changing code how can i do it?
Answer Posted / gangireddy
//sysin dd *
edit type=include, stepnmae=(step5)
/*
//
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Differentiate between addressing mode and run mode.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
I need exexution process for JCL programs
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what sort card you will use to copy the data from one dataset to another dataset?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of dd disp parameter?
how do you code a null statement?
what is JCL?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
define cond parameter in jcl?
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
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of the steplib dd statement?