Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to pass the parameter in parm using linkage section ? (syntax)?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
How can the disposition of sysout datasets be set for an entire jobstream?
How do you restart a PROC from a particular step?
what are the technical terms for // /* in jcl
Can we use DISP=SHR in output file in JCL
What is primary allocation for a dataset?
Can we change a FB file to VB file in JCL? Please help