I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL
CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is a PROC? What is the difference between an instream and a catalogued PROC?
What is the format of comment statement?
Is it possible to code instream data in a PROC?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
How to Enter The Spool Area In Real Time?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
can u execute a proc from another proc?
//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 /*
What parameter directs the output of the job log dataset?