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

How to get how many tracks datasets use ?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
LinkinPark
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 44
Location: DALIAN,CHINA

PostPosted: Fri Feb 24, 2006 3:21 pm
Reply with quote

i want a jcl can
get the multiple dataset 's tracks?

Regards,
Thanks

Chen
Back to top
View user's profile Send private message
sonu_winks

New User


Joined: 23 Nov 2005
Posts: 23

PostPosted: Fri Feb 24, 2006 3:30 pm
Reply with quote

will u elaborate it plz
Back to top
View user's profile Send private message
kumaresh.M

New User


Joined: 17 Feb 2006
Posts: 64
Location: Bangalore

PostPosted: Sat Feb 25, 2006 9:50 am
Reply with quote

hi,
i cant get your question?
plz explain it properly,
multiple tracks means you have to know about the memory allocated for datasets?
explain properly,

with regards,
kumaresh.M
Back to top
View user's profile Send private message
jayant_tibhe

New User


Joined: 25 Feb 2006
Posts: 27
Location: Pune

PostPosted: Sat Feb 25, 2006 10:52 am
Reply with quote

Hi Chen,

Please follow the steps.
1)Goto option 3.4 and specify the dataset name.
2)Mark 'S' infront of the dataset.
3)Then after you will get the information about the allocated and used space for the particular dataset.
Back to top
View user's profile Send private message
LinkinPark
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 44
Location: DALIAN,CHINA

PostPosted: Sat Feb 25, 2006 3:58 pm
Reply with quote

Thank u every one .
I have get how to do !
Back to top
View user's profile Send private message
segar

New User


Joined: 02 Oct 2005
Posts: 4

PostPosted: Sat Feb 25, 2006 9:34 pm
Reply with quote

i USED IEHLIST TO LIST THE DATASET IN THE DISK PACK.

BUT IT LIST OUT ALL THE DATASET , I ONLY WANT TO DISPLAY PRFIX BEGIN WITH 'SLCM*'

PLEASE HELP IS THERE ANY OTHER JCL WHICH I CAN. THANKS



//ABCD300W JOB 0129011A100D5F,'VTOC-WEEKLY',CLASS=8,MSGCLASS=X,
// USER=SPRD499,NOTIFY=ABCD28
//STEP05 EXEC PGM=IEHLIST
//*******************************************************************
//* V T O C L I S T I N G F O R ACTIVE DISK PACK *
//* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *
//*******************************************************************
//VOLUME1 DD UNIT=SYSALLDA,VOL=SER=SPRDL0,DISP=SHR
//VOLUME2 DD UNIT=SYSALLDA,VOL=SER=SPRDL1,DISP=SHR
//VOLUME3 DD UNIT=SYSALLDA,VOL=SER=SPRDL2,DISP=SHR
//VOLUME4 DD UNIT=SYSALLDA,VOL=SER=SPRDL3,DISP=SHR
//SYSPRINT DD SYSOUT=V
//SYSIN DD *
LISTVTOC VOL=SYSALLDA=SPRDL0,INDEXDSN=SLCM*
Back to top
View user's profile Send private message
Mohan Makana

New User


Joined: 07 Feb 2006
Posts: 18

PostPosted: Fri Mar 03, 2006 11:36 am
Reply with quote

Please share the info. how did u get it.

Thanks,
Mohan.
Back to top
View user's profile Send private message
LinkinPark
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 44
Location: DALIAN,CHINA

PostPosted: Fri Mar 03, 2006 11:45 am
Reply with quote

Hi Mohan Makana,

choose 3.4 of TSO


Menu Options View Utilities Compilers Help
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
DSLIST - Data Sets Matching TRN58.**.PS Data set list saved
Command ===> SAVE Scroll ===> PAGE

Command - Enter "/" to select action Tracks %Used XT Device
-------------------------------------------------------------------------------
TRN58.HY1.PS 85 1 16 3390
TRN58.HY2.PS 10 10 1 3390
TRN58.HY3.PS 10 0 1 3390
TRN58.HY4.PS 1 100 1 3390
TRN58.NUMBER.PS 10 10 1 3390
TRN58.YETTA1.PS 1 100 1 3390
TRN58.YETTA2.PS 10 10 1 3390
***************************** End of Data Set list
and type SAVE,
and the datasets ' info be saved in a dataset that's name start wiht ur ID .
Back to top
View user's profile Send private message
LinkinPark
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 44
Location: DALIAN,CHINA

PostPosted: Fri Mar 03, 2006 11:49 am
Reply with quote

if wanna save in special dataset , u can type SAVE AA ,then
the datasets' info be saved in yourID.AA.DATASET


regards

LinkinPark
Back to top
View user's profile Send private message
LinkinPark
Warnings : 1

New User


Joined: 20 Nov 2005
Posts: 44
Location: DALIAN,CHINA

PostPosted: Fri Mar 03, 2006 11:57 am
Reply with quote

Hi

If u choose the first one , the output dataset 's name like this
yourID.SPF1.LIST

if u wanna view it ,u must copy to another one that it's name MUST NOT start with yourID.

I suggest u choose second one !

Regards,

Thanks

LinkinPark
Back to top
View user's profile Send private message
segar

New User


Joined: 02 Oct 2005
Posts: 4

PostPosted: Thu May 11, 2006 10:35 pm
Reply with quote

Thanks to all of U
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts how to get list of all VSAM/non-VSAM ... JCL & VSAM 13
No new posts define 1 DCB parms for multiple outpu... JCL & VSAM 9
No new posts FTP datasets to server CLIST & REXX 13
Search our Forums:

Back to Top