Can a PROC CALL another PROC ? (in both Instream and
Cataloged cases) ?

Answer Posted / nah

(i) yes
(ii) yess
(iii) nah

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN parameter and DISP parameter is used for?

680


How to alter the parameters for the existing gdg?

716


In job processing, what happens in conversion stage?

745


what is the purpose of coding class parameter in job statement?

726


what is use of space parameter in dd statement?

758






I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1487


How to submit a jcl from cics?

670


which utility is used a dummy utility?

798


//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 /*

916


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

752


a dd statement has 2 types of parameters. Name them?

653


how do you code a null statement?

780


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

2113


How to do automated restart when a job abend?

791


What do you understand by the term job time – out and how can you overcome that?

608