Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread O'Brien, David W. (NIH/CIT) [C]
One of my sysprogs allocated a file on all LPARs. His intent was to have an uncataloged file on SYSnR2, where n is the LPAR ID. That worked on 3 out of 4 LPARs. On the fourth LPAR SMS directed the allocation to a SMS managed pool. //ALLOC1EXEC PGM=IEFBR14 //SIXMEXP DD DSN=SYS1.SIXMEXP,

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread Clifford McNeill
Maybe it was re-classified in a later (STORCLAS or MGMTCLAS) ACS routine. Clifford McNeill > > All ideas and suggestions welcome.> _ Windows Liveā„¢: Keep your life in sync. http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_allu

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread Tom Marchant
On Thu, 12 Feb 2009 13:46:32 -0500, O'Brien, David W. wrote: >One of my sysprogs allocated a file on all LPARs. His intent was to have an uncataloged file on SYSnR2, where n is the LPAR ID. > >That worked on 3 out of 4 LPARs. On the fourth LPAR SMS directed the allocation to a SMS managed pool. >

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread Greg Shirey
du Subject: Dataset allocation is SMS managed on 1 LPAR and not another?? Dataclass routine has the following as the first Select in the routine: SELECT WHEN (&ANYVOL EQ 'SYS%R%') DO SET &DATACLAS = '' EXIT END

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread O'Brien, David W. (NIH/CIT) [C]
f Tom Marchant [m42tom-ibmm...@yahoo.com] Sent: Thursday, February 12, 2009 2:22 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Dataset allocation is SMS managed on 1 LPAR and not another?? On Thu, 12 Feb 2009 13:46:32 -0500, O'Brien, David W. wrote: >One of my sysprogs allocated a file on all LPARs. H

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread O'Brien, David W. (NIH/CIT) [C]
2:12 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Dataset allocation is SMS managed on 1 LPAR and not another?? Maybe it was re-classified in a later (STORCLAS or MGMTCLAS) ACS routine. Clifford McNeill > > All ideas and suggesti

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread O'Brien, David W. (NIH/CIT) [C]
lf Of Greg Shirey [wgshi...@benekeith.com] Sent: Thursday, February 12, 2009 2:34 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Dataset allocation is SMS managed on 1 LPAR and not another?? I think if you enclose it with tics, it's treated as a literal. Greg -Original Message- From: IBM

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread Matthew Stitt
All right, let's quit fumbling around. It is the assignment of a valid storage class which determines the dataset is going to SMS managed volumes. Data class and Management class have no bearing on this problem. I would examine the STORCLAS routine on the aberrant system to figure out why the da

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread O'Brien, David W. (NIH/CIT) [C]
ion is SMS managed on 1 LPAR and not another?? All right, let's quit fumbling around. It is the assignment of a valid storage class which determines the dataset is going to SMS managed volumes. Data class and Management class have no bearing on this problem. I would examine the STORCLAS

Re: Dataset allocation is SMS managed on 1 LPAR and not another??

2009-02-12 Thread Clifford McNeill
can set only &STORCLAS. The management class routine can set only &MGMTCLAS. The storage group routine can set only &STORGRP. > Date: Thu, 12 Feb 2009 15:04:36 -0500> From: obrie...@mail.nih.gov> Subject: > Re: Dataset allocation is SMS managed on 1 LPAR and not another??>