What is default if we don't specify RD parameter at all ?
Answer / vssd
RESTART=x where "x" is the character Y or N. Y indicates
that the job is to be rerun from the beginning in the event
of a system failure. N, the default, indicates that it is
not to be rerun.
Please refer to the link below:
http://web.utk.edu/~mnewman/ibmguide09.html
Correct me, if wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about RECORDING MODE Clause
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
How do you overcome this limitation ?
What is the function of job statement in jcl?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
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?
What is the difference between a symbolic and an override in executing a PROC?
what is the purpose of coding notify parameter in job statement?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
what is use of dcb parameter in dd statement?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?