View previous topic :: View next topic |
Author |
Message |
G P Naidu Beginner
Joined: 04 Dec 2003 Posts: 11 Topics: 9 Location: delhi
|
Posted: Wed Jan 21, 2004 5:56 am Post subject: How many tracks are allocated in OS/390 |
|
|
Hi,
space = (trk,(100,10),rlse) parameter how many tracks will be allocate in os/390 system and how?.
example like this 100+10*x.(i want x value in os/390)
By,
naidu. |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Wed Jan 21, 2004 6:01 am Post subject: |
|
|
x=15
________
Rambler Marlin specifications
Last edited by ofer71 on Sat Feb 05, 2011 11:10 am; edited 1 time in total |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
G P Naidu Beginner
Joined: 04 Dec 2003 Posts: 11 Topics: 9 Location: delhi
|
Posted: Wed Jan 21, 2004 6:49 am Post subject: |
|
|
Hi,
Thanx ur kind help.
i have given the parameters for this:
//XICSFILE DD DSN=a950.aaa.XXXX.EFT.XICS(+1),
DISP=(NEW,CATLG,DELETE),SPACE=(TRK,(100,20),RLSE),
UNIT=SYSDA,
RECFM=FB,LRECL=2024,BLKSIZE=20240
it occupied 1758 trcks find below, i am quit confuse this allocation.actually 15 * 20+100 =400 only but it allocate 1758 how?
Device type . . . . : 3390
Organization . . . : PS
Record format . . . : FB
Record length . . . : 2024
Block size . . . . : 20240
1st extent tracks . : 1758
Secondary tracks . : 20
Data set name type :
Thanks,
Naidu.  |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Wed Jan 21, 2004 7:07 am Post subject: |
|
|
One possibility is that some part of the SMS ACS routines is overiding your space specification, although this seems a bit of an odd thing to do. You could ask your data storage admin people if they have anything like this (if you are not familiar with ACS routines basically they are site-specific routines which get invoked if your site has SMS active, and they can reject or alter aspects of attempted dataset allocation). |
|
Back to top |
|
 |
Mike Beginner

Joined: 03 Dec 2002 Posts: 114 Topics: 0 Location: Sydney, Australia
|
Posted: Wed Jan 21, 2004 5:07 pm Post subject: |
|
|
Mike, at our site I beleive that the ACS routines do not now allow allocation in tracks, at least a cylinder must be allocated, this is done, as I understand it, to reduce fragmentation and the overheads involved in the management of fragmentation. _________________ Regards,
Mike. |
|
Back to top |
|
 |
|
|