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
 
Getting dsn name from Panel

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
rexx77

New User


Joined: 14 Apr 2008
Posts: 19
Location: Mysore

PostPosted: Sat Aug 23, 2008 4:35 pm    Post subject: Getting dsn name from Panel
Reply with quote

HI,

I am developing small tool to backup datset by typing BKP infront of the DSN. I have a small doubt regarding how to fetch the DSN name which got displayed in 3.4 option. i.e.
ex:

BKP ABC.BCD.XER.DFG
ABC.BCD.XYZ.MNO

how i can get the dataset name after BKP?

Thanks
Back to top
View user's profile Send private message
References
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3082
Location: italy

PostPosted: Sat Aug 23, 2008 5:05 pm    Post subject: Reply to: Getting dsn name from Panel
Reply with quote

what about showing a bit of ingenuity...
rexx script to find out what happens in 3.4
Code:
/*rexx */
Trace "O"
parse arg args
say args
exit


save it in Your sysproc/sysexec concatenation under a name of Your choice
and see what happens when You type it as a line command in 3.4
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Aug 23, 2008 5:33 pm    Post subject:
Reply with quote

Dare I ask why not use the backup facilities of you ILM software.
Back to top
View user's profile Send private message
rexx77

New User


Joined: 14 Apr 2008
Posts: 19
Location: Mysore

PostPosted: Sat Aug 23, 2008 6:25 pm    Post subject:
Reply with quote

Thanks enrico sorichetti. it is working.

Quote:

Dare I ask why not use the backup facilities of you ILM software.



wanted to create a customised backup tool.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1