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

Random find: EE on DSLIST opens [usid].PP1


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pauly_william

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Thu Dec 01, 2011 2:58 am
Reply with quote

Oy,

So I was typing sloppy and entered EE beside a dataset in dslist and it opened up what looked like a new member with my userid.PP1

Is this something that comes with ISPF stock or is likely a custom program someone here made?

Any or all info appreciated!
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Thu Dec 01, 2011 3:10 am
Reply with quote

pauly_william wrote:
Oy,

So I was typing sloppy and entered EE beside a dataset in dslist and it opened up what looked like a new member with my userid.PP1

Is this something that comes with ISPF stock or is likely a custom program someone here made?

Any or all info appreciated!

This seems to be local.
Back to top
View user's profile Send private message
pauly_william

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Thu Dec 01, 2011 3:11 am
Reply with quote

Thank you Akatsukami.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Dec 01, 2011 3:35 am
Reply with quote

i wonder if E;E would have the same result?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Dec 01, 2011 2:29 pm
Reply with quote

This sounds shop-specific to me as well!
Back to top
View user's profile Send private message
pauly_william

New User


Joined: 15 Oct 2007
Posts: 27
Location: Canada

PostPosted: Thu Dec 01, 2011 7:43 pm
Reply with quote

This is interesting....so where would I follow the trail on find where custom DSLIST commands reside?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Dec 01, 2011 8:35 pm
Reply with quote

Try -- On command line give TSO ISRDDN or just ISRDDN. On command line -- MEM 'clist-name'.

The PDS containing 'clist-name' will be high-lighted with the 'clist-name' along side to it.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Dec 02, 2011 12:58 am
Reply with quote

Quote:
find where custom DSLIST commands reside?


It is not really a 'custom command'. DSLIST will gladly execute any command in the standard search order (ispllib, tsolib, steplib, linklist, sysproc, sysexec).

For example, you can issue a LISTCAT command:
Code:
listcat ent(/) 

and DSLIST will substitute the '/' with the name on that line. Even without the slash, DSLIST will append the dataset name as a parameter.

I do not believe you can search for other commands that will work -well- in DSLIST. In those libraries are other things that might not be intended to execute as a command.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Dec 02, 2011 1:39 am
Reply with quote

Pedro wrote:
Quote:
find where custom DSLIST commands reside?


It is not really a 'custom command'. DSLIST will gladly execute any command in the standard search order (ispllib, tsolib, steplib, linklist, sysproc, sysexec).

For example, you can issue a LISTCAT command:
Code:
listcat ent(/) 

and DSLIST will substitute the '/' with the name on that line. Even without the slash, DSLIST will append the dataset name as a parameter.

Might the panel or the driving code contain logic to cause the "EE" line command to actually execute SYS3.FOO.LOAD(BAR)?
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Dec 02, 2011 3:05 am
Reply with quote

Quote:
Might the panel or the driving code contain logic to cause the "EE" line command to actually execute SYS3.FOO.LOAD(BAR)?


F1 will show the supported line commands. Undoubtedly, when you issue one of those line commands, the driving code will actually execute some load module.

But EE is not one of those supported line commands, and it is so easy to invoke TSO or rexx commands that I do not think it is necessary to customize the panel to support EE.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top