How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answers were Sorted based on User's Feedback
Answer / madhuri tungal
Take a look @ below example.
in JOB
//.......JOB....
//.... JCLLIB OREDR=(PROC-LIB)
//STEP1 EXEC PROC-NAME
//PROCSTEP.DDNAME DD DSN=.......
//...
//...
/*
| Is This Answer Correct ? | 56 Yes | 6 No |
Answer / nikhil
To override a specific ddname in procedure.
//STEPNAME DDNAME DDDSN=XYZ.NIK.PS
| Is This Answer Correct ? | 5 Yes | 28 No |
What is NOTCAT 2
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Can we have a JOBSTEP without any EXEC ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
what will be the error code if duplicate key of VSAM file is found?
What is MOD and when would you use it?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Explain how can an in-stream dataset be terminated?
What does a disposition of (new,catlg,keep) for a dsn mean?
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? )
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two