What methodology can be adapted to transfer data to a program that is coded using the exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
if we give TIME=0 how many sec that job/step
What happens if both JOBLIB & STEPLIB is specified ?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What 3 guidelines do we have to follow when concatenating DD statements?
wt will happen to the step of a job if u code COND=ONLY
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
which utility is used to run a cobol-db2 program?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What does S0C4 error mean?
what is “Cond= even” and “Cond=only”?