How can u know the current date using jcl?

Answer Posted / arun

using DATE function

Is This Answer Correct ?    6 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl?

745


What is the function of the dd dcb keyword?

832


In job processing, what happens in conversion stage?

745


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


what is use of dsn parameter in dd statement?

675






What is the significance of addrspc parameter in exec statement?

735


What is catelog procedure and how many catelog procedure to use in one job?

7466


Why block size is multiple of lrecl in jcl?

915


What is NOTCAT ?

742


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1952


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

725


what sort card you will use to copy the data from one dataset to another dataset?

734


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

752


How to pass data to a program that is coded in an exec statement?

833


What is condition checking in jcl? Is this possible?

628