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
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:
List the various advantages of using jcl language?
Explain how can a jobs execution priority be modified?
how you can direct the data to spool using SYSOUT option?
What is the difference between run mode and addressing mode?
How can the submitting users racf authority be overridden in a job stream?
List the different components of jcl statement?
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.
In sms datasets, what is the function of the dd avgrec keyword?
What is the significance of addrspc parameter in exec statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of the dd avgrec keyword in sms datasets?
How do you access an uncatalogued dataset in a jcl?
//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 /*
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?