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

How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


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.

2 Answers   Syntel,






What is concatenating?

0 Answers  


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

0 Answers   IBM,


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?

7 Answers   VS, Wipro,


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


What is DSNDB06 ?

1 Answers  


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


Categories