MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cataloguing list of pds' from 3.4 display into a file
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
anita_m
Beginner


Joined: 20 Sep 2006
Posts: 41
Topics: 12
Location: Venus

PostPosted: Wed Sep 20, 2006 2:11 am    Post subject: Cataloguing list of pds' from 3.4 display into a file Reply with quote

When I enter ABCD.*.EFGH.* in 3.4 I get a list of 1000s of pds',
I want to catalogue this list of pds' into a file, how can i do it? In mainview I can catalogue this list only if the criteria is ABCD.XXXX.EFGH.*
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Wed Sep 20, 2006 2:48 am    Post subject: Reply with quote

Try the SAVE command.

O.
________
buy silver surfer vaporizer


Last edited by ofer71 on Sat Feb 05, 2011 11:49 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
anita_m
Beginner


Joined: 20 Sep 2006
Posts: 41
Topics: 12
Location: Venus

PostPosted: Wed Sep 20, 2006 2:51 am    Post subject: Reply with quote

I put save on the command line... 'datalist saved' was displayed...but I cant find where it got saved!!??
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Wed Sep 20, 2006 3:18 am    Post subject: Reply with quote

After you see the message, try PF1. It will display the dataset name.

O.
________
Ford Essex V6 engine


Last edited by ofer71 on Sat Feb 05, 2011 11:49 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
anita_m
Beginner


Joined: 20 Sep 2006
Posts: 41
Topics: 12
Location: Venus

PostPosted: Wed Sep 20, 2006 3:22 am    Post subject: Reply with quote

When I put PF1 it gave 'The listing of data sets was placed in the ISPF list data set'
now...what does that mean??
Back to top
View user's profile Send private message
acevedo
Beginner


Joined: 03 Dec 2002
Posts: 127
Topics: 0
Location: Europe

PostPosted: Wed Sep 20, 2006 3:25 am    Post subject: Reply with quote

you can issue SAVE whatever and if I'm not wrong the output will be in YOURUSERID.WHATEVER.DATASETS, if you only issue SAVE then it's saved as ISPLIST in your userid output (8.DA)...

hth
Back to top
View user's profile Send private message
anita_m
Beginner


Joined: 20 Sep 2006
Posts: 41
Topics: 12
Location: Venus

PostPosted: Wed Sep 20, 2006 3:43 am    Post subject: Reply with quote

So you mean if I give save XXXX, it will get saved in 'userid.xxxx.datasets' well, i tried but it didnt work...or do you want me to substitute something else in place of dataset?? Also how can I view my userid o/p in ISPLIST ?
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Wed Sep 20, 2006 5:45 am    Post subject: Reply with quote

You might want to read the fine manual regarding the SAVE command.

O.
________
List of Yamaha products history


Last edited by ofer71 on Sat Feb 05, 2011 11:49 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Wed Sep 20, 2006 6:19 am    Post subject: Reply with quote

anita_m,

Once you get the listing of all files in 3.4 then type the following command at the command prompt.
Code:

SAVE LIST

The dataset listing will be saved as USERID.LIST.DATASETS.
_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
acevedo
Beginner


Joined: 03 Dec 2002
Posts: 127
Topics: 0
Location: Europe

PostPosted: Wed Sep 20, 2006 6:46 am    Post subject: Reply with quote

Rolling Eyes
Back to top
View user's profile Send private message
anita_m
Beginner


Joined: 20 Sep 2006
Posts: 41
Topics: 12
Location: Venus

PostPosted: Wed Sep 20, 2006 7:03 am    Post subject: Reply with quote

hmmm...I put userid.list.datasets on 3.4 but nothing....
Back to top
View user's profile Send private message
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Wed Sep 20, 2006 7:26 am    Post subject: Reply with quote

anita_m,

After giving the command
Code:
SAVE LIST
you will get a message on the corner of the screen:
Code:

Data set list saved

Then type
Code:
REF
command in the screen so that the list of datasets gets refreshed.Search for
Code:

DATASETS
you will get it.
Code:

USERID.LIST.DATASETS

_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
kavi
Beginner


Joined: 15 Sep 2006
Posts: 64
Topics: 22

PostPosted: Wed Sep 20, 2006 7:54 am    Post subject: Reply with quote

The dataset listing will be saved as USERID.*ISPF.LIST.DATASETS.
Please try this!
Back to top
View user's profile Send private message
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Wed Sep 20, 2006 8:15 am    Post subject: Reply with quote

Kavi,

It is getting saved in USERID.LIST.DATASETS for me if i use SAVE LIST.
_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
kavi
Beginner


Joined: 15 Sep 2006
Posts: 64
Topics: 22

PostPosted: Wed Sep 20, 2006 8:26 am    Post subject: Reply with quote

Shekar,
For me its saved in USERID.*ISPF.LIST.DATASETS. Do you have any restriction in creating datasets in your shop. Like if the second qualifier must be XXXX. If not its created like you said else it takes default qualifier. Correct me if its wrong.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group