MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Releasing the which are held on the commnad TYPERUN=HOLD

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Vish
Beginner


Joined: 17 Sep 2003
Posts: 21
Topics: 9
Location: Mumbai India

PostPosted: Wed Oct 15, 2003 7:59 am    Post subject: Releasing the which are held on the commnad TYPERUN=HOLD Reply with quote

Freinds,
We know when TYPERUN=HOLD is used the job will be held temporarily from running until the operator releases the job. But how will the job will be released after ?
Which command is used for releasing the job ?
Thanks
_________________
Vish
Back to top
View user's profile Send private message
petluri
Beginner


Joined: 05 Dec 2002
Posts: 19
Topics: 5
Location: Virginia, USA

PostPosted: Wed Oct 15, 2003 8:21 am    Post subject: Reply with quote

'A' against the job should release the job, if you are authorized for that
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Thu Oct 16, 2003 3:57 pm    Post subject: Reply with quote

That is true for SDSF.
_________________
ALL opinions are welcome.

Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
Back to top
View user's profile Send private message
Mike
Beginner


Joined: 03 Dec 2002
Posts: 114
Topics: 0
Location: Sydney, Australia

PostPosted: Sun Oct 19, 2003 10:56 pm    Post subject: Reply with quote

SDSF just issue the correct JES command $AJnnnnn where nnnnn is the Jes number of the submitted job, $ may be another character dependant upon how JES has been setup (frequently in the UK it is the pound sign).

There are numerous variations of the command. The command can be issued outside of SDSF, from a console or by sending it to the internal reader (assuming that you have the access to do so). You can also issue the command directly from SDSF, it you have the appropriate authority.
_________________
Regards,
Mike.
Back to top
View user's profile Send private message
Vish
Beginner


Joined: 17 Sep 2003
Posts: 21
Topics: 9
Location: Mumbai India

PostPosted: Mon Oct 20, 2003 10:54 am    Post subject: Reply with quote

Mike ,
Thanks a lot. How to issue the command outside SDSF and through internal reader ? If you have synatax or examples it will be of great help.

Thanks,
_________________
Vish
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Mon Oct 20, 2003 1:27 pm    Post subject: Reply with quote

Vish,
There are several ways of doing it. one way is to code an IEBGENER step so that it will issue a jes2 command.Most shops modified the internal reader to ignore these commands.My shop ignores all the commands which starts with a $ sign.

Code:

//STEP0100 EXEC PGM=IEBGENER   
//SYSUT1   DD *                 
$AJOBnnnnn
//SYSUT2   DD SYSOUT=(*,INTRDR)
//SYSIN    DD DUMMY             


Note that if you are in europe the subsitute $ with
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Vish
Beginner


Joined: 17 Sep 2003
Posts: 21
Topics: 9
Location: Mumbai India

PostPosted: Tue Oct 21, 2003 10:43 am    Post subject: Reply with quote

Thanks Kolusu
_________________
Vish
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group