A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
how to eliminate the duplicates in sorting
hi friends........if u know syntax of IEBEDIT IN JCL
diff bw vsam and normal flat file?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
What is the exact difference between PRTY and DPRTY
In how ways you can pass the data from Jcl to cobol ?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
i have a string of 80 chars i want to replace 4th char with "a"?
I have three files for one step i need to override the third file how to do that in jcl?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
How do you override a specific DDNAME/SYSIN in PROC from a JCL?