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

Get Listing dataset name used in SuperCE


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pgopalvenu

New User


Joined: 26 Feb 2007
Posts: 2
Location: India

PostPosted: Tue Jun 17, 2008 6:54 pm
Reply with quote

Hi!,
is there a way to get the dataset name used in SuperCE when used in Foreground mode in a REXX program. i have to process the dataset furhter.
Thanks inadvnace
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Jun 17, 2008 7:21 pm
Reply with quote

Hi !

The names are used in SuperCe-Output-Protokoll. There you could extract them.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Jun 17, 2008 10:08 pm
Reply with quote

1. go to foreground SuperCE panel, then type PANELID. Remember the panel name that appears in the upper left.

2. issue TSO ISRDDN command

3. issue ISRDDN command: ONLY ISPPLIB

4. issue ISRDDN command: MEMBER the_superce_panel_name

5. select the dataset that has the member

6. examine the panel definition and determine which variable is used to store the output dataset name.

7. From your rexx program, use VGET to retrieve that same variable.
Back to top
View user's profile Send private message
pgopalvenu

New User


Joined: 26 Feb 2007
Posts: 2
Location: India

PostPosted: Thu Jun 19, 2008 4:39 pm
Reply with quote

thanks, that helped me icon_biggrin.gif
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top