What does the TIME parameter signify ? What does TIME=1440
mean ?

Answer Posted / muthuraj

It eliminates cpu time, it takes 24 hrs to run the job

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

3635


List the various advantages of using jcl language?

958


Explain how can a jobs execution priority be modified?

834


how you can direct the data to spool using SYSOUT option?

1009


What is the difference between run mode and addressing mode?

725






How can the submitting users racf authority be overridden in a job stream?

858


List the different components of jcl statement?

783


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

2089


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

722


What is the significance of addrspc parameter in exec statement?

817


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167


What is the function of the dd avgrec keyword in sms datasets?

940


How do you access an uncatalogued dataset in a jcl?

817


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

1013


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

888