What is the function of dd disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
What is multithreading in jcl?
Explain about LMMFIND - find a library member
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
When will we need to specify Space parameter ?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
in jcl you are having JCLLIB and STEPLIB what happens
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
What does IEBGENER do?
How to execute step2,step1,step3 when step1,2&3 are in order
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?