ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Vinson Lee
I updated our ACS routines to assign a specific storage group to a specific dataset naming convention but it only works with JCL and not when allocating through ISPF 3.2. Anyone have any thoughts on what I may be missing? Thanks. Vince ---

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Vinson Lee > Sent: Tuesday, January 02, 2007 1:05 PM > To: IBM-MAIN@BAMA.UA.EDU > Subject: ACS Routine works for JCL but not in ISPF 3.2 > > > I updated o

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Vinson Lee
t: Re: ACS Routine works for JCL but not in ISPF 3.2 > -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Vinson Lee > Sent: Tuesday, January 02, 2007 1:05 PM > To: IBM-MAIN@BAMA.UA.EDU > Subject: ACS Routine works for

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread McKown, John
> -Original Message- > From: Vinson Lee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 02, 2007 1:25 PM > To: 'IBM Mainframe Discussion List' > Cc: McKown, John > Subject: RE: ACS Routine works for JCL but not in ISPF 3.2 > > > I don't

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread David Betten
uesday, January 02, 2007 1:25 PM > > To: 'IBM Mainframe Discussion List' > > Cc: McKown, John > > Subject: RE: ACS Routine works for JCL but not in ISPF 3.2 > > > > > > I don't see a reference to XMODE in any of our ACS routines. > > Is there m

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Vinson Lee > Sent: Tuesday, January 02, 2007 2:10 PM > To: IBM-MAIN@BAMA.UA.EDU > Subject: [SPAM] RE: ACS Routine works for JCL but not in ISPF 3.2 > > > I adde

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Mark Zelden
gt; > From: Vinson Lee [mailto:[EMAIL PROTECTED] >> > Sent: Tuesday, January 02, 2007 1:25 PM >> > To: 'IBM Mainframe Discussion List' >> > Cc: McKown, John >> > Subject: RE: ACS Routine works for JCL but not in ISPF 3.2 >> > >> > >

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Ed Finnell
In a message dated 1/2/2007 2:23:42 P.M. Central Standard Time, [EMAIL PROTECTED] writes: JCL? I certainly don't see anything unusual in your ACS routines. Oh, and what is the exact DSN that you are trying to allocate? >> What's the default Generic/ESOTERIC for TSO? -

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread R.S.
Vinson Lee wrote: I updated our ACS routines to assign a specific storage group to a specific dataset naming convention but it only works with JCL and not when allocating through ISPF 3.2. Anyone have any thoughts on what I may be missing? I vaguely recollect that 3.2 allocation uses SYSALLDA

Re: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Vinson Lee
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden Sent: Tuesday, January 02, 2007 12:57 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ACS Routine works for JCL but not in ISPF 3.2 Or what about unit name? The default unit name for TSO is in the

[SPAM] RE: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Vinson Lee
SET &STORGRP = 'TESTSG' END WHEN (&STORCLAS EQ 'GSPACE') DO SET &STORGRP = 'TEST1LV'

Re: [SPAM] RE: ACS Routine works for JCL but not in ISPF 3.2

2007-01-02 Thread Schwarz, Barry A
the first WHEN clause. -Original Message- From: Vinson Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 12:10 PM To: IBM-MAIN@BAMA.UA.EDU Subject: [SPAM] RE: ACS Routine works for JCL but not in ISPF 3.2 I added the following code to our STORCLAS routine to have the MVS Logger u