IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to identify Load library?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ramanan-R

New User


Joined: 21 Mar 2007
Posts: 66
Location: Chennai, Tamilnadu, India

PostPosted: Wed Nov 07, 2007 10:42 am
Reply with quote

Hi All icon_smile.gif ,

In our shop, we execute few utility programs like ISRSUPC, SORT, IDCAMS etc., without giving Joblib.

Is there any way to find the Load libraries of above utility programs? If so, please let me know how to find it...

Thanks.

Regards,
Ramanan R
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Nov 07, 2007 10:51 am
Reply with quote

Ramanan,

The load modules for SORT utilities would be in SYS2.LINKLIB. Try searching for SYS2.** for all the libraries.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Wed Nov 07, 2007 10:55 am
Reply with quote

Ramanan,

Quote:
Is there any way to find the Load libraries of above utility programs?

Speak with your shop MVS team. They will help you out.
Back to top
View user's profile Send private message
Ramanan-R

New User


Joined: 21 Mar 2007
Posts: 66
Location: Chennai, Tamilnadu, India

PostPosted: Wed Nov 07, 2007 3:34 pm
Reply with quote

Hi Aaru and Murali,

Thanks for your suggestions...

I found the Load library of ISRSUPC.. and it is ISP.SISPLPA...

My actual requirement is to call ISRSUPC from REXX either by TSO CALL function or by ISPEXEC SELECT command..

I tried both but none worked out...

As per the forum rules, i'll raise a question in REXX forum.

Regards,
Ramanan R
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 07, 2007 3:39 pm
Reply with quote

check this !!

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ3A302/2.5.9?SHELF=IKJOSE03&DT=19980121121244
Back to top
View user's profile Send private message
Ramanan-R

New User


Joined: 21 Mar 2007
Posts: 66
Location: Chennai, Tamilnadu, India

PostPosted: Wed Nov 07, 2007 4:28 pm
Reply with quote

e.s,

Thanks for the link..

LINKMVS, LINKPGM, ATTCHMVS, and ATTCHPGM are returning a RC of -3, whose explanation is given in the same link as below.

Quote:

A -3 if the host command environment could not locate the program you specified


But i could locate the load module manually in ISP.SISPLPA...

Thanks & Regards,
Ramanan R
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 07, 2007 4:36 pm
Reply with quote

Quite strange !?!?

I just checked and the way ISPF itself invokes ISRSUPC i thru :

Code:

Address ISPEXEC SLECT PGM(ISRSUPC) PARM(&ZPARML)


check again Your REXX script
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 07, 2007 4:38 pm
Reply with quote

Quote:

The load modules for SORT utilities would be in SYS2.LINKLIB. Try searching for SYS2.** for all the libraries.


maybe they are at Your shop !?!?
Back to top
View user's profile Send private message
Ramanan-R

New User


Joined: 21 Mar 2007
Posts: 66
Location: Chennai, Tamilnadu, India

PostPosted: Wed Nov 07, 2007 5:12 pm
Reply with quote

e.s,

Thanks a lot...

Your code is working fine...

Can we execute other utilities like SORT, IDCAMS from REXX?

Regards,
Ramanan R
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 07, 2007 5:22 pm
Reply with quote

Quote:
Can we execute other utilities like SORT, IDCAMS from REXX?


It can be done ...

allocate command is roughly the equivalent of a dd statement
Address LINK, LINKMVS, LINKPGM are roughly the equivalent of the EXEC statement
sysin/sysprint management is a pain in the *** :-)

but in my long experience I found only a handful of situations where
I had to do it ( AND NEVER for SORT) and only for systems related work !
Back to top
View user's profile Send private message
banu_parveen

New User


Joined: 30 Jan 2007
Posts: 6
Location: india

PostPosted: Sat Dec 01, 2007 10:56 am
Reply with quote

To find out where the load of any particular program resides we can give the following command on the Command line

"TSO FDRDEBUG 'The program name'"
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Sat Dec 01, 2007 11:06 am
Reply with quote

Banu,

Quote:
"TSO FDRDEBUG 'The program name'"


Isn't it a site-specific command?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts Calling an Open C library function in... CICS 1
No new posts REASON 00D70014 in load utility DB2 6
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top