What is the function of dd disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
how can the same proc be re-used and called by many jobs?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
a dd statement has 2 types of parameters. Name them?
I have a File that has duplicate records. I need only those records that occur more than thrice.
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
Can you code instream data in a PROC ?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Are there any set of rules for the names of the steps used in a job? What are they?