Where can program checkpoints be stored for use in a restart?
which utility is used to run a cobol-db2 program?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
How is a type of file defined in the jcl that executes the cobol program?
Which is the most widely used batch performance monitor for DB2?
how can handle the s0c4 abend???
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Explain about LMQUERY�give a dialog information about a data set
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?