Re: SMS Help

2005-09-02 Thread Ambat Ravi Nair
how are the ACS routines driven ?
by DSN alone, or DSN with other variables (DSORG, DSNTYPE, etc) ?


- ravi.



On Thu, 1 Sep 2005 13:49:31 -0500, Mark Steely [EMAIL PROTECTED] wrote:

I have implemented SMS for our production files. Everything appears to
be working correctly except this one file. It is a IEFBR14 and it is
allocating the dataset as non-SMS, but every test I do using the same
JCL works correctly. All the other files with this hi-level qualifier
are working. What can I do to help track this allocation. I have looked
at the SMS routines and can't figure out why it is not being SMS
managed. Like I said all my test work correctly and even the test under
ISMF work correctly. Any ideas would be greatly appreciated. We are z/OS
v1r4.

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS Help

2005-09-02 Thread Mark Steely
The routine is driven by DSN. 

Thanks 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ambat Ravi Nair
Sent: Friday, September 02, 2005 6:35 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Help

how are the ACS routines driven ?
by DSN alone, or DSN with other variables (DSORG, DSNTYPE, etc) ?


- ravi.



On Thu, 1 Sep 2005 13:49:31 -0500, Mark Steely [EMAIL PROTECTED]
wrote:

I have implemented SMS for our production files. Everything appears to 
be working correctly except this one file. It is a IEFBR14 and it is 
allocating the dataset as non-SMS, but every test I do using the same 
JCL works correctly. All the other files with this hi-level qualifier 
are working. What can I do to help track this allocation. I have looked

at the SMS routines and can't figure out why it is not being SMS 
managed. Like I said all my test work correctly and even the test under

ISMF work correctly. Any ideas would be greatly appreciated. We are 
z/OS v1r4.

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SMS Help

2005-09-01 Thread David Booher
Sometimes I mistakenly run jobs as IBMUSER and my ACS routines SET the
STORCLASS to '' for IBMUSER.  This was purposely done So that I'd to
avoid using SMS-packs for that USERID. So, occaisionally I will run a
job accidentally logged on as IBMUSER and the result is NON-SMS (files
without a STORCLASS). 

Dave Booher
Quest Software
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Barry Schwarz
Sent: Thursday, September 01, 2005 2:28 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Help

In order for a new allocation to be SMS managed and go to a managed
pack, it must be assigned a storage class.  This can be done in JCL but
most use the ACS routines.  So the question becomes why isn't your ACS
routine assigning a storage class.
 
Once you invoke ISMF in administrator mode, you can display the names of
the ACS routines.  If you can't find the problem by analysis, you can
add debugging WRITE statements at key decision points.

Mark Steely [EMAIL PROTECTED] wrote:
I have implemented SMS for our production files. Everything appears to
be working correctly except this one file. It is a IEFBR14 and it is
allocating the dataset as non-SMS, but every test I do using the same
JCL works correctly. All the other files with this hi-level qualifier
are working. What can I do to help track this allocation. I have looked
at the SMS routines and can't figure out why it is not being SMS
managed. Like I said all my test work correctly and even the test under
ISMF work correctly. Any ideas would be greatly appreciated. We are z/OS
v1r4.

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html