Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


suppose i have 10 job steps and i want to execute only step
6.How to write?

Answers were Sorted based on User's Feedback



suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / aaki

for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.

Is This Answer Correct ?    9 Yes 1 No

suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / ranjith

Use Restart=step6 in job card and at the end of step6 use //
(null statement).

Is This Answer Correct ?    5 Yes 1 No

suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / manish

code cond=only on first 5 steps, leave step no 6, and from step 7 to step10 code cond=(0,LE)

Is This Answer Correct ?    2 Yes 0 No

suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / anji

use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.

Is This Answer Correct ?    2 Yes 0 No

suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / anji

In the JOBCARD, code COND parameter. Then, when the Job is
executed , only
the Step mentioned in the RESTART parameter will get
executed.
e.g., RESTART=STEP06,COND=(0,LE)

if want more details check it in cool mainframe tips

Is This Answer Correct ?    2 Yes 1 No

suppose i have 10 job steps and i want to execute only step 6.How to write?..

Answer / rahul singh

code restart=step6, cond=(0,le) in job card and only step6
will be executed

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


How to DEBUG a JCL?

9 Answers   Satyam,


Explain the function of job statement in jcl?

0 Answers  


A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?

2 Answers  


Explain the function of the steplib dd statement?

0 Answers  


How is a new GDG coded?

2 Answers  


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?

5 Answers   IBM, Wipro,


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  


I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )

9 Answers  


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


read all error codes like SB07?

1 Answers  


Categories