how would you create a temporary dataset? And where will you use them?
What is the use of disp parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what are the various stages of job processing?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the function of //cntl statement?
Can I share my data with other jobs? How?
how can the same proc be re-used and called by many jobs?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
//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 /*
Explain the jcl exec statement?
How to submit a jcl from cics?
What is condition checking in jcl? Is this possible?
i want to store 20 digits . how will u do it in cobol ?
Why block size is multiple of lrecl in jcl?