|
View previous topic :: View next topic
|
| Author |
Message |
tchen40
New User

Joined: 12 Sep 2007 Posts: 30 Location: Los Angeles, Ca
|
|
|
|
| Sure can, but I prefer to play it safe. |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
| CICS Guy wrote: |
| I think that has been what the prevalent recommendation has been..... |
I thought that ACS routine thing is not been suggeseted yet..well..  |
|
| Back to top |
|
 |
CICS Guy
Senior Member

Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
| Anuj D. wrote: |
| CICS Guy wrote: |
| I think that has been what the prevalent recommendation has been..... |
I thought that ACS routine thing is not been suggeseted yet..well..  |
I'm as confused as you, heck I can't even spell ACS, let alone what to do with it....
Just to say, that after I started working in an SMS environment, there had always been a way to assign an allocation to a non SMS volume, it was limited and it did not last long (not even overnight usually), but it could be done....... |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
| Quote: |
| I'm as confused as you |
I'm not.. , well, I just can't try it that fast as a system/storage guy could..
Some shops implement this by code in the ACS routine like this:
| Code: |
| IF &STORCLASS='NONSMS' THEN SET STORCLAS='' |
But then there are other ways that the ACS routines can have a
| Code: |
| THEN SET STORCLAS='' |
e.g. it may just be coded that if you specify a certain (NONSMS) volser in your JCL then the ACS code will "honour" the allocation.
| Code: |
| IF &ANYVOL='SYS%%%' THEN SET STORCLAS='' |
Again, I'm not a storage guy, but an application engineer (only 'they' say, I still feel I'm quite dum*.. ) all above written I know because manual says so & perhaps it's been posted in this forum as well. I never tried it but one in need can..
BTW, he already decided something ..
| Quote: |
| destined to wake up @ 3AM |
have a good one,
later |
|
| Back to top |
|
 |
|
|