Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Help needed in CLIST

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
Mariraj

New User


Joined: 09 Jul 2007
Posts: 25
Location: Chennai

PostPosted: Tue Jul 29, 2008 3:10 pm    Post subject: Help needed in CLIST
Reply with quote

Hi,

I am using a utility to view some type of records. Say the name of that utility is "ABC". When I open the file and enter ABC in the command prompt, the utility will unpack the records and displays the name of the fields and their corresponding values.

I want to know where from this utility is picked up. Will it pick up from the loadlibrary mentioned in the pds MYUSERID.CLIST or else from some other PDS?.

I know my question is kind of vague. But I want someone to tell me how to find the load library from where this utility is picked from i.e how to map these type of commands I give in command prompt to the loaction from where these utilities are picked up.

Regards,
Mariraj P.
Back to top
View user's profile Send private message
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3564
Location: Brussels once more ...

PostPosted: Tue Jul 29, 2008 3:32 pm    Post subject:
Reply with quote

Sigh .................. terminology time again

Quote:
and enter ABC in the command prompt

I am fairly certain that when editing a dataset through an ISPF panel that you really mean to say is 'command line'

however, on the command LINE type ISRDDN
Look for the DDNAMES SYSPROC and SYSEXEC
The CLIST / REXX command will almost certainly be located in one of the datasets allocated to those DDnames unless an ALTLIB is in operation.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1184
Location: Chennai - India

PostPosted: Tue Jul 29, 2008 3:38 pm    Post subject: Reply to: Help needed in CLIST
Reply with quote

In addition to what Expat said,

START;6 and then

Code:
TSO LISTALC STATUS
to get the list of all the DD names and the allocated datasets. Browse through all the datasets in SYSEXEC/SYSPROC and you will find your REXX EXEC's.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3564
Location: Brussels once more ...

PostPosted: Tue Jul 29, 2008 3:43 pm    Post subject:
Reply with quote

Infact, once into ISRDDN type M member on the command LINE
Back to top
View user's profile Send private message
Mariraj

New User


Joined: 09 Jul 2007
Posts: 25
Location: Chennai

PostPosted: Tue Jul 29, 2008 4:02 pm    Post subject:
Reply with quote

Thanks a lot to both of u.
Back to top
View user's profile Send private message
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 543
Location: work

PostPosted: Tue Jul 29, 2008 10:38 pm    Post subject: Reply to: Help needed in CLIST
Reply with quote

Quote:
Will it pick up from the loadlibrary mentioned in the pds MYUSERID.CLIST or else from some other PDS?.

Not sure what you mean by the 'mentioned in the' part of your question.

'Utility' is a broad term. It might be a program or an exec.

The LIBDEF section of ISPF Services Guide has a table that describes the search order:
Job Pack Area
ISPLUSR LIBDEF
ISPLLIB
STEPLIB
Link Pack Area
LINKLIB

followed by:
ALTLIB
SYSPROC
SYSEXEC
Back to top
View user's profile Send private message
Mariraj

New User


Joined: 09 Jul 2007
Posts: 25
Location: Chennai

PostPosted: Wed Jul 30, 2008 7:45 pm    Post subject:
Reply with quote

That was some more additional info for me Pedro. Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1