Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Answers were Sorted based on User's Feedback
Answer / cj
Can be done in JES3 using the following:
//*MAIN DEADLINE=(0700,B,012086)
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / piyush mani
tnx 4 answer but can any1 tel me what is meaning of b in answer 3.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar
//job23 JOB (accounting),CLASS=X,MSGCLASS=X
//*
set sysdate = 862001
set systime = 07000000
//*
// step exec pgm = iebgener
//steplib dd dsn= '. . . . . '
//sysut1
//sysut2
//sysin dd dummy
/*
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shafi
//JOB123 JOB (accounting),CLASS=X,MSGCLASS=X
//*
// SET SYSDATE=200186
// SET SYSTIME=070000
//*
//STEP1 EXEC PGM=IEFBR14
Is This Answer Correct ? | 1 Yes | 7 No |
Explain about LMOPEN -
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
How do you pass parameters to the program as the job is being executed ?
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:
what is a MODELDSCB?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
What do you understand by the term job time – out and how can you overcome that?
What is the function of the dd avgrec keyword in sms datasets?
A job has 90 steps i want to execute only step7 and step15