if we give TIME=0 how many sec that job/step

Answer Posted / umesh

This job will execute maximum 1 sec.

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


Explain how can values be passed from the job stream to an executable program?

632


How do you overcome this limitation ?

700


Is their any limit for data sets?

706






what are the types of abends that occur on job failure? And explain the possible causes of these

1121


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


Explain the purpose of dd dummy statement?

673


What is NOTCAT ?

742


What is the motivation behind coding class parameter in job statement?

692


What are the jcl procedures?

649


Does jcl support automatic restart?

763


Explain how can an in-stream dataset be terminated?

704


What is the function of a dd statement?

709


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