Re: ACS dataclas- clarification

2011-10-07 Thread Gibney, Dave
: ACS dataclas- clarification Jags, For debugging ACS code it is always helpful to add WRITE statements to your DO LOOPS. So when (&dsn eq &oedsn) do set &dataclas eq 'omvs' exit end Becomes when (&dsn eq &oedsn) do write &#x

Re: ACS dataclas- clarification

2011-10-07 Thread Lizette Koehler
Jags, For debugging ACS code it is always helpful to add WRITE statements to your DO LOOPS. So when (&dsn eq &oedsn) do set &dataclas eq 'omvs' exit end Becomes when (&dsn eq &oedsn) do write 'The dsn is &DSN and the class is &dataclas' set &dataclas eq

Re: ACS dataclas- clarification

2011-10-07 Thread Jim Thomas
ile) 636-294-1014(res) j...@thethomasresidence.us (Email) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of jagadishan perumal Sent: Friday, October 07, 2011 3:23 AM To: IBM-MAIN@bama.ua.edu Subject: Re: ACS dataclas- clarification Hi, I

Re: ACS dataclas- clarification

2011-10-07 Thread Richards, Robert B.
Jags, Let's start again from scratch. Please repost the working DATACLAS routine before you tried to add VSAMXT. Bob -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the

Re: ACS dataclas- clarification

2011-10-07 Thread Doug Fuerst
-MAIN@bama.ua.edu] On Behalf Of jagadishan perumal Sent: Friday, October 07, 2011 4:23 AM To: IBM-MAIN@bama.ua.edu Subject: Re: ACS dataclas- clarification Hi, I wrote the DATACLAS like below. All the Dataset defined with DSN101C.** are taking the DATACLAS : DB2EXT but Dataset defined with

Re: ACS dataclas- clarification

2011-10-07 Thread jagadishan perumal
7;zfsa' >exit >end > otherwise >set &dataclas eq '' > end > end > > Doug Fuerst > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Behalf > Of jagadishan perumal > Sen

Re: ACS dataclas- clarification

2011-10-07 Thread Doug Fuerst
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of jagadishan perumal Sent: Friday, October 07, 2011 12:17 AM To: IBM-MAIN@bama.ua.edu Subject: Re: ACS dataclas- clarification Hi, Again I tweaked my code, but still the new DATACLAS is not in place after ISMF transfo

Re: ACS dataclas- clarification

2011-10-06 Thread jagadishan perumal
>> coding two statements and expect the second to be appended to the first. >> Combine the two statements for VALID_DC into one. >> >> It might help if instead of showing us the old code that used to work you >> show us the new code that doesn't. >> >> > -

Re: ACS dataclas- clarification

2011-10-06 Thread jagadishan perumal
sage- > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > > Behalf Of jagadishan perumal > > Sent: Thursday, October 06, 2011 2:54 AM > > To: IBM-MAIN@bama.ua.edu > > Subject: ACS dataclas- clarification >

Re: ACS dataclas- clarification

2011-10-06 Thread Schwarz, Barry A
e new code that doesn't. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Behalf Of jagadishan perumal > Sent: Thursday, October 06, 2011 2:54 AM > To: IBM-MAIN@bama.ua.edu > Subject: ACS dataclas- clarification > > H

Re: ACS dataclas- clarification

2011-10-06 Thread Lizette Koehler
> > But when I try to define another DATACLAS as VSAMXT, by adding the line FILTLIST > VSAMEXT INCLUDE(VSAMEXT.**) . I get an error as "Referrenced FILTLIST is not valid, > But when I try to remove the DB2EXT and Just VSAMXT it goes fine and all the dataset > stating VSAMEXT is getting allocated u

ACS dataclas- clarification

2011-10-06 Thread jagadishan perumal
Hi, Earlier I defined a dataclas for DB2 dataset starting with DSN101C.** as dataclas - DB2EXT. Below is my DATACLAS routine : CT3DCLS PROC DATACLAS /*/ /* DEFINE VALID DATA CLASS */ /***