If job is submitted with typerun = hold then how can we
submit the same job?
Answers were Sorted based on User's Feedback
Answer / shekar
Go to SDSF and tyep A against the job entry. That should
release the held job to execute.
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / anurag
Could any one tell what comman sud be entered to release
the hold job form IOF ( as A is used in SDSF )
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sumit
do you mean active environment of control m by IOF ?
if yes, F is the command to release the hold job
F --> Free
Is This Answer Correct ? | 2 Yes | 0 No |
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
mainframe questions like basic&depth
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
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 have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What is the significance of addrspc parameter in the exec statement?
What is order of searching of the libraries in a JCL?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What does a disposition of (new,catlg,keep) for a dsn mean?
In job processing, what happens in execution stage?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?