"WHOHAS" under ISRDDN -- How can i find this in I

Ask/Clarify the questions on TSO, CLIST & REXX

Moderators: Veera, Moderator Group

Post Reply
User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

"WHOHAS" under ISRDDN -- How can i find this in I

Post by Chanti » Mon Sep 07, 2009 12:43 pm

Where can i see the REXX code for "WHOHAS" under ISRDDN?

Note: I know WHOHAS is shopspecific

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Tue Sep 08, 2009 11:12 am

1. TSO ISRDDN or ISRDDN at command prompt.
2. MEM 'WHOHAS' at command prompt.
Regards,
Anuj

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Tue Sep 08, 2009 2:35 pm

I tried that but no luck

"Member not found "

Thanks,
Chanti

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Wed Sep 09, 2009 12:40 pm

Then probably the code is ommitted, because of copyright, from the sysplex concatenated libraries.
Last edited by Anuj Dhawan on Mon Jan 04, 2010 1:23 pm, edited 1 time in total.
Regards,
Anuj

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Fri Sep 11, 2009 11:49 am

Hi Anuj

Will it be possible to use that, even if it is ommitted from the libraries???
If yes, how is that done??
(As, like cobol code,it doesnt have any loadmodule concept to do that!!!)

Thanks,
Chanti.

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Fri Sep 11, 2009 5:18 pm

it doesnt have any loadmodule concept to do that
??? it could be compiled rexx or an assembler routine.

google, there are plenty of examples of rexx routines that perform the function of 'WHOHAS' by invoking ISRDDN.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon Sep 14, 2009 10:55 am

Will it be possible to use that, even if it is ommitted from the libraries
Yes, it's very much possible and not something new -- as Dick has said, it could be compiled rexx or an assembler routine.

"WHOHAS" is a nicely written REXX and your description tells that it may be available in linklist. If you are still curious -- the specific library of (TSO) commands is site specific. You would need to talk to your site support group to find out the library name. But, the library name won't help you much since your shop does not have the source code.
Regards,
Anuj

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Mon Sep 14, 2009 5:53 pm

Thanks Dick & Anuj

Chanti.

Gerry Ciccheti
Member
Posts: 16
Joined: Thu Jul 30, 2009 7:52 am

Post by Gerry Ciccheti » Tue Sep 15, 2009 6:20 am

Hi,

does TSO WHOHAS work ?


Gerry

User avatar
Chanti
Member
Posts: 32
Joined: Thu Nov 27, 2008 4:31 pm

Post by Chanti » Tue Sep 15, 2009 12:20 pm

Hi,

It will work, provided if its there in your shop

Thanks,
Chanti.

Gerry Ciccheti
Member
Posts: 16
Joined: Thu Jul 30, 2009 7:52 am

Post by Gerry Ciccheti » Thu Sep 17, 2009 7:45 am

Hi,

what I was trying to say was that if you are able to run it, then you should be able to find where it resides using ISRDDN.


Gerry

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Thu Sep 17, 2009 9:00 am

LOL-- Gerry you are packed down ... :lol:
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others