what will be the error code if duplicate key of VSAM file
is found?
what is alternate index?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
what is the use of temporary files?
//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 /*
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How to send notification to multiple users through jcl???
How do you submit a JCL under CICS environment ?
whats the difference between empty and noempty of GDG?
in jcl you are having JCLLIB and STEPLIB what happens