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 |
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
What is the use of DSNDB07 ?
lines(1,cancel)??What is meant by that??Plz explain it....
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
What is condition checking in jcl? Is this possible?
How to rename a VSAM file as well as it's index file?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
Why block size is multiple of lrecl in jcl?
What is the difference between run mode and addressing mode?
What are SD37, SB37, SE37 abends?
When space is allocated for an output dataset, what units can be used?
what r the types of job control statements?