how do you code a null statement?
What is the function of a dd statement?
which parameter is use to declare the name of dataset in dd statement?
what is a jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How can an in-stream dataset be terminated?
i want to store 20 digits . how will u do it in cobol ?
Give the syntax of job specifying jcl statement.
//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 /*
A dd statement consists of 4 fields. Name them?
What are the 4 fields in dd statement?
Explain the function of a dd statement?
For what purpose steplib and joblib are used ?
how you can access an uncataloged dataset in a JCL?
Is automatic restart possible in jcl?