How to execute only th 15th step of JCL consisting of 50 steps?
Answers were Sorted based on User's Feedback
Answer / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
how do you code a null statement?
How many parameters are there to a DISP statement and what are their uses ?
I had 100 steps in jcl i want to execute first 10 steps only?
mainframe questions like basic&depth
write a jcl to execute a job by 7:00 am on jan 20,1986?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How do you submit a job for execution?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?