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 there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????

Answers were Sorted based on User's Feedback



Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / vatsa

In the job card mention the restart step name as

//jobname JOB (1234),class=a,msgclass=x,restart=step7
// notify=&sysuid.

Is This Answer Correct ?    1 Yes 2 No

Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / mithun suresh

Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.

//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)

Is This Answer Correct ?    6 Yes 8 No

Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / shailendra

in job statement put restart=7th step name

and
in 8, 9,10th step cond=(0,GE)

else
in job statement put restart=7th step name
comment for remaining step

i think both will work

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More JCL Interview Questions

What u mean by include statement in JCL ?

3 Answers  


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

0 Answers   CGI, Verizon,


Which dd parameters are required?

0 Answers  


Explain about ISPF/TSO Commands

0 Answers  


i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


whats SOC7?

1 Answers   Patni,


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


Categories