mainframe questions like basic&depth
No Answer is Posted For this Question
Be the First to Post Answer
What does SYSIN * indicate?
At what stage, operator can change the class and priority of a submitted job?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
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?
How do you submit a job for execution?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
what will be the error code if duplicate key of VSAM file is found?
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?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
What is MOD and when would you use it?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS