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


In jcl i have 255 steps. In 255 step i declared proc. In proc
i have 20 steps this job is executable or not? why?

Answers were Sorted based on User's Feedback



In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executab..

Answer / pandiyan and stalin

No, the job cannot be excecuted. Because a job a maximum of
255 steps in a program.

Is This Answer Correct ?    16 Yes 2 No

In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executab..

Answer / vj

No..!! it will not work..!! at the time of jcl check itself
the error message (EJCK or JJ or JSCAN)

"MORE THAN 255 STEPS IN JOB" will be displayed...

even though if u have proc in the 255th step, the JCL will
not execute... it will end with JCL ERROR...

Is This Answer Correct ?    1 Yes 0 No

In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executab..

Answer / ch.mohan

no it can't
maximum 255 step using and after in proc we have only 15
time we r using

Is This Answer Correct ?    1 Yes 0 No

In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executab..

Answer / adarsha

This will execute in deed ! Surprise !

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More JCL Interview Questions

in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


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,


how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?

7 Answers   VS, Wipro,


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


What is QSAM error usually when it is occurs?

1 Answers  


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


what is the alternative to model parameter?

0 Answers  


What parameter directs the output of the job log dataset?

0 Answers  


Which dd parameters are required?

0 Answers  


Categories