How to release the Output HELD by using HOLD = YES on DD
statement ?

Answers were Sorted based on User's Feedback



How to release the Output HELD by using HOLD = YES on DD statement ? ..

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

How to release the Output HELD by using HOLD = YES on DD statement ? ..

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

Post New Answer

More JCL Interview Questions

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.

2 Answers  


What is the use of DSNDB07 ?

1 Answers  


lines(1,cancel)??What is meant by that??Plz explain it....

1 Answers   IBM,


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)???

8 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


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 ?

1 Answers   IBM,


Why block size is multiple of lrecl in jcl?

0 Answers  


What is the difference between run mode and addressing mode?

0 Answers  


What are SD37, SB37, SE37 abends?

4 Answers  


When space is allocated for an output dataset, what units can be used?

0 Answers  


what r the types of job control statements?

2 Answers  


Categories