How to release the Output HELD by using HOLD = YES on DD
statement ?
Answers were Sorted based on User's Feedback
Answer / deepak_developer
$O command or the $T OJ command releases a held job if it
has hold=yes
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rup
Yes to release the output held we use HOLD=YES in dd statement
//DDNAME DD HOLD=YES
| Is This Answer Correct ? | 1 Yes | 3 No |
delete rules in db2
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
Suppose I have five jobs to do. But I want to hold one?
what does mvs stand for?
Brief description of inline procedure of jcl.
what is static and dynamic call with examples?
What is jcl in mainframe?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
Is it possible to left uncode disp? If yes, how?
What is use of restart and how to use it?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero