Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if both JOBLIB & STEPLIB is specified ?

612


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

654


Explain how can the disposition of sysout datasets be set for an entire jobstream?

636


Does jcl support automatic restart?

761


How is the record format of an output dataset specified?

745






how can you check if a file is empty using jcl?

816


which parameter is use to declare the name of dataset in dd statement?

736


What is notcat 2 - gs?

939


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


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

653


Is their any limit for data sets?

704


What is the function of dd disp parameter?

656


Can an individual step be restricted from using all the jobs allowed cpu time?

1009


what are JCLLIB and STEPLIB in JCL?

675


what is the compile process of cobol program expalin with code

2002