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...


how many max steps can we use in a job? pls answer to my
question

Answers were Sorted based on User's Feedback



how many max steps can we use in a job? pls answer to my question..

Answer / deepu

255

Is This Answer Correct ?    69 Yes 2 No

how many max steps can we use in a job? pls answer to my question..

Answer / ganesh kumbhar

We can Write 1 JOB statement
255 EXEC statement (steps)
3273 DD statement

Is This Answer Correct ?    30 Yes 0 No

how many max steps can we use in a job? pls answer to my question..

Answer / lu

255...but it's better to divide many differents job because
if you get abend, it's more easy to fix or to
rerun...because when you're on call, and u wake up at 3
AM...255 steps !!!!! even you know what step is abended...

Is This Answer Correct ?    13 Yes 1 No

how many max steps can we use in a job? pls answer to my question..

Answer / guest

255

Is This Answer Correct ?    5 Yes 0 No

how many max steps can we use in a job? pls answer to my question..

Answer / rahul singh

255 is the max u can ise

Is This Answer Correct ?    6 Yes 1 No

how many max steps can we use in a job? pls answer to my question..

Answer / vighnesh

255

Is This Answer Correct ?    0 Yes 0 No

how many max steps can we use in a job? pls answer to my question..

Answer / guest

254

Is This Answer Correct ?    0 Yes 3 No

how many max steps can we use in a job? pls answer to my question..

Answer / saki

16

Is This Answer Correct ?    1 Yes 22 No

how many max steps can we use in a job? pls answer to my question..

Answer / sun

24 steps we can use

Is This Answer Correct ?    5 Yes 42 No

Post New Answer

More JCL Interview Questions

Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


What is DSNDB06 ?

1 Answers  


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

0 Answers   HF, iNautix,


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter

8 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 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  


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


what is alternate index?

1 Answers  


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


Categories