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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how to run batch program without jcl?

10086


What are the rules employed while naming the steps in a job?

662


How does jcl act on code(if you take a cobol program)?

710


What parameter of the job statement is used to limit the cpu time consumed by the job?

841


State the uses of syspring, sysin, sort fields, sum fields and dummy.

655






Name what parameter directs the output of the job log dataset?

564


is there any way to execute more than one proc in the same exec statement at the same time..?

2112


how can the same proc be re-used and called by many jobs?

912


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

861


How to execute 2nd and 4th steps among 5 steps in jcl proc?

750


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

913


How to alter the parameters for the existing gdg?

714


What parameters can be used to limit the number of records written to a sysout dataset?

751


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1933


what is use of disp parameter in dd statement?

666