How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the maximum length of a single line of jcl?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
Why include statement is used in a jcl?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
describe the dd statement,its meaning,syntax and keywords?
What are the rules employed while naming the steps in a job?
What u mean by include statement in JCL ?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What 3 guidelines do we have to follow when concatenating DD statements?