Is condition checking possible in jcl? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
if we give two job cards in a single what happens
which parameter is use to declare the name of dataset in dd statement?
What is condition checking in jcl? Is this possible?
what is use of disp parameter in dd statement?
For how long a job can be executed continuously in a mainframe ?
What is JOBLIB ?
//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 /*
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to fetch even records from one file to another file by using ICETOOL in JCL?
Explain about LMPUT-
What does a disposition of (MOD,DELETE,DELETE) mean ?
a dd statement has 2 types of parameters. Name them?