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


The maximum number of in-stream procedure you can code in
any JCL is ?

Answers were Sorted based on User's Feedback



The maximum number of in-stream procedure you can code in any JCL is ?..

Answer / guest

Fifteen

Is This Answer Correct ?    11 Yes 1 No

The maximum number of in-stream procedure you can code in any JCL is ?..

Answer / nidhi sharma

15

Is This Answer Correct ?    6 Yes 1 No

The maximum number of in-stream procedure you can code in any JCL is ?..

Answer / jayakumar

15

Is This Answer Correct ?    3 Yes 0 No

The maximum number of in-stream procedure you can code in any JCL is ?..

Answer / jerinjose

The maximum number of instream procedures you can in any
job is 15

Is This Answer Correct ?    3 Yes 1 No

The maximum number of in-stream procedure you can code in any JCL is ?..

Answer / gayathri

It worked for me when I coded more than 15 instream
procedures. I coded 17 instream procedures and I got answer
for all the 17 steps. Why?

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

Is acct parameter mandatory?

0 Answers  


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


Explain about ISPFTTRC

1 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  


What is the function of job statement in jcl?

0 Answers  


I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)

2 Answers  


what do you mean by include statement in jcl?

1 Answers   IBM,


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


Categories