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 

JCL/REXX executable Utilities

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Tue Jun 01, 2004 5:43 pm    Post subject: JCL/REXX executable Utilities Reply with quote

Is there a quick way to identify the existence of these Utilities on ones m/f . Where do these reside ?
For ex if ones looking for AMBLIST , FILEAID etc ...

Basically , without having to Submit a JCL or wihout executing a REXX (which calls the Util) and then realising the site or m/f doesnt have the utility , is there a more convenient way ?
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Tue Jun 01, 2004 7:47 pm    Post subject: Reply with quote

One way would be to see if your site has the LOCATE or WHEREIS commands enabled, such as LOCATE IEBGENER, which pinpoint the load library where the program in question resides.

Another option is documentation. Most shops have master lists available of all installed and/or supported products.

Third, what's wrong with just calling the program from a TSO session, i.e:

CALL *(AMBLIST)

and seeing what happens?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Wed Jun 02, 2004 7:42 am    Post subject: Reply with quote

Vini,

The sample PGM GIMSMP of SMP/E will give you the details of every software installed in your shop, but the problem is getting it to run.

One simple trick I use is code the jcl with the utility and simply do a JCL CHECK on the jcl. If the utility exists then you will not get any error messages. If the utility does not exist then I will get an error message

Code:

E1        8   DSS20006E    MEMBER 'KOLUSU' WAS NOT FOUND.         
E2        8   DSS20105E    'TXXXXXA SAMPJOB': STEP WOULD ABEND,
                           CODE 'S806'.


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Wed Jun 02, 2004 9:11 am    Post subject: Reply with quote

Superk , TSO CALL *(AMBLIST) does work in this case ,got the following response
**** D I A G N O S T I C D I R E C T O R Y ****
AMB121I INVALID CONTROL STATEMENT -- PROCESSING TERMINATES

This confirms that the Util exists Smile as the Message starts with 'AMB...'. The only hitch was that this message was being issued by the system repeatedly, and had to be terminated which is not a big issue though.

However when I gave TSO CALL *(FILEAID) the response was unexpected : Had screenful of Jobs being submitted repeatedly , then I had to have my session terminated , as even Cntrl-Shift-A did not help abort the action as in the previous case Confused
Back to top
View user's profile Send private message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Wed Jun 02, 2004 9:16 am    Post subject: Reply with quote

Forgot to mention , LOCATE and WHEREIS are not enabled at my site Sad .
Back to top
View user's profile Send private message
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Wed Jun 02, 2004 10:35 am    Post subject: Reply with quote

Kolusu said:
Quote:

The sample PGM GIMSMP of SMP/E will give you the details of every software installed in your shop, but the problem is getting it to run.


There are two problems with this:
1/ Not all products are SMP/E packaged. Probably about 25% of the products my section maintains are non-SMP/E.
2/ Many SMP/E packaged products are or can be installed in their own product specific CSI, completely seperate from MVS etc. To interrogate them with GIMSMP you would need to know the product CSI name, but if you knew that then you would know that the product was installed, and wouldn't need to use GIMSMP anyhow!
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Wed Jun 02, 2004 11:18 am    Post subject: Reply with quote

If the products (load modules or clists/exec) are accessible to your ISPF session, ISRDDN will search for them for you. See the HELP, especially Member, Search, and Load
Back to top
View user's profile Send private message Visit poster's website
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Wed Jun 02, 2004 12:02 pm    Post subject: Reply with quote

semigeezer, TSO HELP SEARCH ..indicated that it aids in searching for RACF Profiles, TSO HELP MEMBER .... was unrecognised and TSO HELP LOAD did not seem relevant
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Wed Jun 02, 2004 4:56 pm    Post subject: Reply with quote

Not TSO help. The HELP within ISRDDN (PF1)
Back to top
View user's profile Send private message Visit poster's website
Maton_Man
Beginner


Joined: 30 Jan 2004
Posts: 123
Topics: 0

PostPosted: Thu Jun 03, 2004 1:31 am    Post subject: Reply with quote

Do TSO ISRDDN from the command line. It is a utility that is built into ISPF which has a powerful search capability.
_________________
My opinions are exactly that.
Back to top
View user's profile Send private message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Fri Jun 04, 2004 1:06 pm    Post subject: Reply with quote

Maton_Man , Thnks for pointing that out !!! ISRDDN looks like something worth exploring Very Happy
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 -> TSO and ISPF 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