View previous topic :: View next topic
|
Author |
Message |
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
Hi all,
How to find out What are the System Libraries for my environment?
Because I am using ICETOOL utility. I can't find Where actually it is placed?
Please clarify me. |
|
Back to top |
|
|
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1436 Location: Bangalore,India
|
|
|
|
Gnanas,
Speak with your shop MVS team. They are best persons to answer your question. |
|
Back to top |
|
|
vkphani
New User
Joined: 29 Oct 2003 Posts: 29
|
|
|
|
check in sys1.linklib |
|
Back to top |
|
|
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1436 Location: Bangalore,India
|
|
|
|
Phani,
Quote: |
check in sys1.linklib |
Do you think 'application programmer' have acces to this library? |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
Phani,
I have the access to Sys1.linklib. But I can't find ICETOOL, DFSORT, SORT utilities load modules. |
|
Back to top |
|
|
UmeySan
Active Member
Joined: 22 Aug 2006 Posts: 771 Location: Germany
|
|
|
|
Hi !
Check all the SYS1.* Lib's. Perhaps you'll find something like:
SYS1.MVSC.SYNCSORT.ZOS....
But please do what murmohk1 told you.
So you could get the best informations for understanding your
installed environment.
Regards, UmeySan |
|
Back to top |
|
|
vkphani
New User
Joined: 29 Oct 2003 Posts: 29
|
|
|
|
murmohk1 wrote: |
Phani,
Quote: |
check in sys1.linklib |
Do you think 'application programmer' have acces to this library? |
Yes they will have. |
|
Back to top |
|
|
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1287 Location: Chennai, India
|
|
|
|
gnanas,
Please check if you have access to SYS1.SYNCLINK library. You will find ICEMAN,ICETOOL etc if installed. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Quote: |
Please check if you have access to SYS1.SYNCLINK library. You will find ICEMAN,ICETOOL etc if installed. |
I couldn't find any such Lib at my site. |
|
Back to top |
|
|
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1287 Location: Chennai, India
|
|
|
|
Anuj,
Quote: |
I couldn't find any such Lib at my site |
It is site-specific.
You can do one thing. Just give SYS1.** in 3.4 and get the entire list of the libraries. Then search for the member using "m sort" or "m iceman" etc.
This way you should be able to find the exact library where the SORT utlilities are placed. |
|
Back to top |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
Aaru,
Quote: |
Just give SYS1.** in 3.4 and get the entire list of the libraries. Then search for the member using "m sort" or "m iceman" etc. |
I could find out the sort utilities using above. The dataset is like
SYS1.DFSORT.SORTLPA. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Ok Aaru, I can do that. Here I've a small doubt... Once I wanted to do the same type of search (for something else) but in production. Question is, How practical is this to search the libraries starting with some system HLQ in prodcution, it might list many such libraries which I'm not supposed to access as an applicaion engineer..how to distinguish them now? Just by putting "B" or "SB" in front of them. Bit irritating for me not to now..what I can access & what I can not ? Do you have some solution for this? |
|
Back to top |
|
|
Srihari Gonugunta
Active User
Joined: 14 Sep 2007 Posts: 295 Location: Singapore
|
|
|
|
Anuj,
ICETOOL can be found out in SYS1.SORTLPA.
For a search like this, you can probably first locate it on your test system and then try to see in the library with the same name on production. Hope they follow the same convention in test and prod atleast for system datasets like these. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Srihari Gonugunta wrote: |
ICETOOL can be found out in SYS1.SORTLPA. |
I think it's a bit strong suggestion, I found many libraries such as SYS1.DFSORT.LINKLIB, SYS1.SORTLIB, SYS1.PROCSORT.LINKLIB..some of them may be alias lib. which contain ICETOOL load module, further library suggested by you is not available at my site.
Problem is this, in Test region also I can not just 'browse' any system library, it violates the security rules here. |
|
Back to top |
|
|
|