What is the purpose of disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
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.
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
How do you restart a PROC from a particular step?
Is it possible to left uncode disp? If yes, how?
how would you create a temporary dataset? And where will you use them?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
Please give me the coding for converting VB to FB and FB to VB
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.