Re: ACS routine imbed/include function?

2013-07-22 Thread Vernooij, CP - SPLXM
Thanks,
I will have a look at it.

Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Saturday, July 20, 2013 17:08
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Also here

Additional Storage Administration Functions

z/OS V1R11.0 DFSMSdfp Storage Administration z/OS V1R10.0-V1R11.0 SC26-7402-13

The following are additional storage administration functions:

QSAVE and QRETRIEV ISMF commands

The QSAVE and QRETRIEV ISMF commands let you save a query of frequently 
used parameters under ISMF. You can then retrieve the parameters by their query 
names. The QSAVE and QRETRIEV ISMF commands can be used while running the ISMF 
data set list or volume list options, interactively or in batch.
Model Command Generator (ACBQFLM1 EXEC for saved ISMF lists and ACBQADM2 
EXEC for DCOLLECT data)

The Model Command Generator option creates a model command against each 
entry in a data set saved ISMF list, a saved ISMF volume list, or from DCOLLECT 
data. NaviQuest does the symbolic substitution.
COPYFILT macro

Using the COPYFILT macro you can create synchronized filter lists (FILTLISTs) 
that can be applied across all ACS routines. Create a FILTLIST member in your 
ACS routine source data set. Make all filter list updates there. Then call the 
COPYFILT macro from the command line to have the changes replicated across all 
of the ACS routines.

Lizette

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Saturday, July 20, 2013 8:06 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

I found the Naviquest Manual has some info on COPYFILT in it

International Technical Support Organization NaviQuest Demonstration and 
Hands-On Usage Guide April 1996  SG24-4720

· Use COPYFILT for ACS filters
Commonly the ACS changes that you make to include a new data subtype to be 
SMS-managed are to FILTLISTs. The DFSMS FIT process recommends that you have a 
single member that includes all FILTLISTs used by all ACS routines. You then 
make changes to the FILTLISTs in this single member.
After all changes are made, you can move all FILTLISTs from the single member 
to each of the ACS routines.

NaviQuest has a COPYFILT command to help you in the maintenance of FILTLISTs. 
The COPYFILT command automatically moves the FILTLISTs from a single PDS member 
to each of your ACS routines. COPYFILT also enforces change control 
documentation.


Lizette


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, July 15, 2013 6:21 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay

Re: ACS routine imbed/include function?

2013-07-20 Thread Lizette Koehler
Also here

Additional Storage Administration Functions

z/OS V1R11.0 DFSMSdfp Storage Administration z/OS V1R10.0-V1R11.0 SC26-7402-13

The following are additional storage administration functions:

QSAVE and QRETRIEV ISMF commands

The QSAVE and QRETRIEV ISMF commands let you save a query of frequently 
used parameters under ISMF. You can then retrieve the parameters by their query 
names. The QSAVE and QRETRIEV ISMF commands can be used while running the ISMF 
data set list or volume list options, interactively or in batch.
Model Command Generator (ACBQFLM1 EXEC for saved ISMF lists and ACBQADM2 
EXEC for DCOLLECT data)

The Model Command Generator option creates a model command against each 
entry in a data set saved ISMF list, a saved ISMF volume list, or from DCOLLECT 
data. NaviQuest does the symbolic substitution.
COPYFILT macro

Using the COPYFILT macro you can create synchronized filter lists (FILTLISTs) 
that can be applied across all ACS routines. Create a FILTLIST member in your 
ACS routine source data set. Make all filter list updates there. Then call the 
COPYFILT macro from the command line to have the changes replicated across all 
of the ACS routines.

Lizette

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Lizette Koehler
Sent: Saturday, July 20, 2013 8:06 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

I found the Naviquest Manual has some info on COPYFILT in it

International Technical Support Organization NaviQuest Demonstration and 
Hands-On Usage Guide April 1996  SG24-4720

· Use COPYFILT for ACS filters
Commonly the ACS changes that you make to include a new data subtype to be 
SMS-managed are to FILTLISTs. The DFSMS FIT process recommends that you have a 
single member that includes all FILTLISTs used by all ACS routines. You then 
make changes to the FILTLISTs in this single member.
After all changes are made, you can move all FILTLISTs from the single member 
to each of the ACS routines.

NaviQuest has a COPYFILT command to help you in the maintenance of FILTLISTs. 
The COPYFILT command automatically moves the FILTLISTs from a single PDS member 
to each of your ACS routines. COPYFILT also enforces change control 
documentation.


Lizette


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, July 15, 2013 6:21 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Vernooij, CP - SPLXM
So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so I 
expect this will remain a wish.

Kees.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gibney, Dave
Sent: Friday, July 12, 2013 20:00
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Sorry about the garble. The include function available to ACS routines is that 
of the editor. There is still value to a separate member(s) for common code, 
FILTLIST in particular. But it is a manual function to pull them into each 
member before compiling.


Dave Gibney
Information Technology Services
Washington State University

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
 On Behalf Of Lizette Koehler
 Sent: Friday, July 12, 2013 9:29 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 I will be interested in the answer.  I know you cannot have more than 
 255 entire in one filtlist.  But I was not aware of any include 
 function
 
 Lizette
 
 
 -Original Message-
 From: Gibney, Dave gib...@wsu.edu
 Sent: Jul 12, 2013 9:15 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 As of z/OS a do by hand function. Would be useful as part of the ACS
 language :)
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-
 m...@listserv.ua.edu]
  On Behalf Of Vernooij, CP - SPLXM
  Sent: Friday, July 12, 2013 5:02 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: ACS routine imbed/include function?
 
  Hello group,
 
 
 
  I vaguely remember reading, quite some time ago, about a function 
  to imbed/include coding into ACS routines. E.g. if you have large 
  filtlists, you code them in a separate member on your ACSsource and 
  have them read (included) into your ACS routine at compile time. 
  The advantage would be, that you keep the coding more readable and 
  that you can maintain the list on one place and include it into 
  several ACS routines.
 
 
 
  I would like to use this now, but cannot find any documentation 
  about it.
 
  Was I mistaken and did I confuse it with some other function or can 
  someone point me to the correct place to learn more about it?
 
 
 
  Thanks,
 
  Kee
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Elardus Engelbrecht
Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Vernooij, CP - SPLXM
Bingo! This is what I had stored many years ago somewhere in migrated memory: 
the COPYFILT macro. It is not completely automatic, but it takes only one 
command to fire the automation of updating multiple tables in multiple routines.
I will have a look at it again to see if it helps me this time.

A function like the FILTERDD would even be more convenient.

And,by the way, if someone is making up a wishlist for ACS routines: 
subroutines would be very helpful and also a substring function (find and 
replace), like in: when (mgmtclas eq B2DA)set mgtmclas = B1DA. This 
now takes 15 WHEN clauses for each of the  values.

Thanks,
Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, July 15, 2013 15:21
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Elardus Engelbrecht
On Mon, 15 Jul 2013 16:05:06 +0200, Vernooij, CP - SPLXM 
kees.verno...@klm.com wrote:

Bingo! This is what I had stored many years ago somewhere in migrated memory: 
the COPYFILT macro. 

Ag! Yet another good pun about to be migrated in my flaky memory... ;-)

You're welcome. Thanks!

I will have a look at it again to see if it helps me this time. 

Let us know if it helps you indeed.
 
A function like the FILTERDD would even be more convenient. 

Agreed!

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Lizette Koehler
Kees,

Could you expand on the 15 WHEN clauses?

Provide a snippet?

How does the * vs. % not help?  Are you really parsing it down that granularly?



Lizette



-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Vernooij, CP - SPLXM
Sent: Monday, July 15, 2013 7:05 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Bingo! This is what I had stored many years ago somewhere in migrated memory: 
the COPYFILT macro. It is not completely automatic, but it takes only one 
command to fire the automation of updating multiple tables in multiple routines.
I will have a look at it again to see if it helps me this time.

A function like the FILTERDD would even be more convenient.

And,by the way, if someone is making up a wishlist for ACS routines: 
subroutines would be very helpful and also a substring function (find and 
replace), like in: when (mgmtclas eq B2DA)set mgtmclas = B1DA. This 
now takes 15 WHEN clauses for each of the  values.

Thanks,
Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, July 15, 2013 15:21
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Tidy, David (D)
Hi,

What we do to get around this is to use ISPF skeletons (with a bit of REXX 
involved) which we run as part of a two stop batch process using Naviquest. 
Within the REXX, we build a table of our DB2 systems, and then the skeleton has 
)DOT constructions to loop around building those 15 WHEN clauses in a standard 
way. The first step works out the next suffix for the routine, builds it into a 
work dataset, and sure SUPERC to compare to the existing (current) routine 
(which we review to make sure there is no unexpected change). Having reviewed 
that, the next step copies into the production ACS routines dataset, and does 
the translate and validate. The activation is then done manually after the two 
jobs are run.

We don't really have local content, although there are a little extra )SEL type 
inclusions by sysplex in the infrastructure part of the skeleton (the ACS code 
is thus in some way standard across all our life-cycle sysplexes).

Best regards, 
David Tidy      Tel:(31)115-67-1745 
IS Technical Management/SAP-Mf     
Dow Benelux B.V.                      


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Vernooij, CP - SPLXM
Sent: 15 July 2013 16:05
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Bingo! This is what I had stored many years ago somewhere in migrated memory: 
the COPYFILT macro. It is not completely automatic, but it takes only one 
command to fire the automation of updating multiple tables in multiple routines.
I will have a look at it again to see if it helps me this time.

A function like the FILTERDD would even be more convenient.

And,by the way, if someone is making up a wishlist for ACS routines: 
subroutines would be very helpful and also a substring function (find and 
replace), like in: when (mgmtclas eq B2DA)set mgtmclas = B1DA. This 
now takes 15 WHEN clauses for each of the  values.

Thanks,
Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, July 15, 2013 15:21
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

Vernooij, CP wrote:

So I probably mixed some historical info in my memory. It would be nice to 
have, e.g. for dsname- of volser-filtlists used in more than one routine. 
However, there are not many enhancements in ACS routines the last decades, so 
I expect this will remain a wish. 

You've got my curiousity turned on and I searched my *ss off since your first 
post! It was indeed a long time I saw any announcement for ACS enhancements if 
at all. 

But then I wonder if you were thinking about 'COPYFILT macro: COPYLIB facility 
for FILTLISTs'. Granted that is for initial SMS setup.

On the otherside, I wonder if you were refering to FILTERDD in DFDSS. There you 
can probably concatenate at your leisure...

Hmmm, perhaps time for a Share thing? Think of it: one set of Include/exclude 
for DB2 folks, another for other dbas, etc.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-15 Thread Don Williams
My sample size must be too small to be significant, but it seems that over the 
past decade or two, that vast majority of ACS administrators I've spoken to 
would love to have some sort of facility which would allow sharing common 
source code between the ACS routines.  

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Vernooij, CP - SPLXM
 Sent: Monday, July 15, 2013 3:45 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 So I probably mixed some historical info in my memory. It would be nice to
 have, e.g. for dsname- of volser-filtlists used in more than one routine.
 However, there are not many enhancements in ACS routines the last
 decades, so I expect this will remain a wish.
 
 Kees.
 
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Gibney, Dave
 Sent: Friday, July 12, 2013 20:00
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 Sorry about the garble. The include function available to ACS routines is that
 of the editor. There is still value to a separate member(s) for common code,
 FILTLIST in particular. But it is a manual function to pull them into each
 member before compiling.
 
 
 Dave Gibney
 Information Technology Services
 Washington State University
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-
 m...@listserv.ua.edu]
  On Behalf Of Lizette Koehler
  Sent: Friday, July 12, 2013 9:29 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: ACS routine imbed/include function?
 
  I will be interested in the answer.  I know you cannot have more than
  255 entire in one filtlist.  But I was not aware of any include
  function
 
  Lizette
 
 
  -Original Message-
  From: Gibney, Dave gib...@wsu.edu
  Sent: Jul 12, 2013 9:15 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: Re: ACS routine imbed/include function?
  
  As of z/OS a do by hand function. Would be useful as part of the ACS
  language :)
  
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:IBM-
  m...@listserv.ua.edu]
   On Behalf Of Vernooij, CP - SPLXM
   Sent: Friday, July 12, 2013 5:02 AM
   To: IBM-MAIN@LISTSERV.UA.EDU
   Subject: ACS routine imbed/include function?
  
   Hello group,
  
  
  
   I vaguely remember reading, quite some time ago, about a function
   to imbed/include coding into ACS routines. E.g. if you have large
   filtlists, you code them in a separate member on your ACSsource and
   have them read (included) into your ACS routine at compile time.
   The advantage would be, that you keep the coding more readable and
   that you can maintain the list on one place and include it into
   several ACS routines.
  
  
  
   I would like to use this now, but cannot find any documentation
   about it.
  
   Was I mistaken and did I confuse it with some other function or can
   someone point me to the correct place to learn more about it?
  
  
  
   Thanks,
  
   Kee
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions, send
  email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send email to
 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 For information, services and offers, please visit our web site:
 http://www.klm.com. This e-mail and any attachment may contain
 confidential and privileged material intended for the addressee only. If you
 are not the addressee, you are notified that no part of the e-mail or any
 attachment may be disclosed, copied or distributed, and that any other
 action related to this e-mail or attachment is strictly prohibited, and may be
 unlawful. If you have received this e-mail by error, please notify the sender
 immediately by return e-mail, and delete this message.
 
 Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its
 employees shall not be liable for the incorrect or incomplete transmission of
 this e-mail or any attachments, nor responsible for any delay in receipt.
 Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch
 Airlines) is registered in Amstelveen, The Netherlands, with registered
 number 33014286
 
 
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


ACS routine imbed/include function?

2013-07-12 Thread Vernooij, CP - SPLXM
Hello group,

 

I vaguely remember reading, quite some time ago, about a function to
imbed/include coding into ACS routines. E.g. if you have large
filtlists, you code them in a separate member on your ACSsource and have
them read (included) into your ACS routine at compile time. The
advantage would be, that you keep the coding more readable and that you
can maintain the list on one place and include it into several ACS
routines.

 

I would like to use this now, but cannot find any documentation about
it. 

Was I mistaken and did I confuse it with some other function or can
someone point me to the correct place to learn more about it?

 

Thanks,

Kees.

 


For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-12 Thread Gibney, Dave
As of z/OS a do by hand function. Would be useful as part of the ACS language :)

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Vernooij, CP - SPLXM
 Sent: Friday, July 12, 2013 5:02 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: ACS routine imbed/include function?
 
 Hello group,
 
 
 
 I vaguely remember reading, quite some time ago, about a function to
 imbed/include coding into ACS routines. E.g. if you have large
 filtlists, you code them in a separate member on your ACSsource and
 have them read (included) into your ACS routine at compile time. The
 advantage would be, that you keep the coding more readable and that you
 can maintain the list on one place and include it into several ACS
 routines.
 
 
 
 I would like to use this now, but cannot find any documentation about
 it.
 
 Was I mistaken and did I confuse it with some other function or can
 someone point me to the correct place to learn more about it?
 
 
 
 Thanks,
 
 Kees.
 
 
 
 
 For information, services and offers, please visit our web site:
 http://www.klm.com. This e-mail and any attachment may contain
 confidential and privileged material intended for the addressee only.
 If you are not the addressee, you are notified that no part of the e-
 mail or any attachment may be disclosed, copied or distributed, and
 that any other action related to this e-mail or attachment is strictly
 prohibited, and may be unlawful. If you have received this e-mail by
 error, please notify the sender immediately by return e-mail, and
 delete this message.
 
 Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or
 its employees shall not be liable for the incorrect or incomplete
 transmission of this e-mail or any attachments, nor responsible for any
 delay in receipt.
 Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch
 Airlines) is registered in Amstelveen, The Netherlands, with registered
 number 33014286
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-12 Thread Lizette Koehler
I will be interested in the answer.  I know you cannot have more than 255 
entire in one filtlist.  But I was not aware of any include function

Lizette


-Original Message-
From: Gibney, Dave gib...@wsu.edu
Sent: Jul 12, 2013 9:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ACS routine imbed/include function?

As of z/OS a do by hand function. Would be useful as part of the ACS language 
:)

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Vernooij, CP - SPLXM
 Sent: Friday, July 12, 2013 5:02 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: ACS routine imbed/include function?
 
 Hello group,
 
 
 
 I vaguely remember reading, quite some time ago, about a function to
 imbed/include coding into ACS routines. E.g. if you have large
 filtlists, you code them in a separate member on your ACSsource and
 have them read (included) into your ACS routine at compile time. The
 advantage would be, that you keep the coding more readable and that you
 can maintain the list on one place and include it into several ACS
 routines.
 
 
 
 I would like to use this now, but cannot find any documentation about
 it.
 
 Was I mistaken and did I confuse it with some other function or can
 someone point me to the correct place to learn more about it?
 
 
 
 Thanks,
 
 Kee

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: ACS routine imbed/include function?

2013-07-12 Thread Gibney, Dave
Sorry about the garble. The include function available to ACS routines is that 
of the editor. There is still value to a separate member(s) for common code, 
FILTLIST in particular. But it is a manual function to pull them into each 
member before compiling.

Dave Gibney
Information Technology Services
Washington State University

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Lizette Koehler
 Sent: Friday, July 12, 2013 9:29 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 I will be interested in the answer.  I know you cannot have more than 255
 entire in one filtlist.  But I was not aware of any include function
 
 Lizette
 
 
 -Original Message-
 From: Gibney, Dave gib...@wsu.edu
 Sent: Jul 12, 2013 9:15 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: ACS routine imbed/include function?
 
 As of z/OS a do by hand function. Would be useful as part of the ACS
 language :)
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-
 m...@listserv.ua.edu]
  On Behalf Of Vernooij, CP - SPLXM
  Sent: Friday, July 12, 2013 5:02 AM
  To: IBM-MAIN@LISTSERV.UA.EDU
  Subject: ACS routine imbed/include function?
 
  Hello group,
 
 
 
  I vaguely remember reading, quite some time ago, about a function to
  imbed/include coding into ACS routines. E.g. if you have large
  filtlists, you code them in a separate member on your ACSsource and
  have them read (included) into your ACS routine at compile time. The
  advantage would be, that you keep the coding more readable and that you
  can maintain the list on one place and include it into several ACS
  routines.
 
 
 
  I would like to use this now, but cannot find any documentation about
  it.
 
  Was I mistaken and did I confuse it with some other function or can
  someone point me to the correct place to learn more about it?
 
 
 
  Thanks,
 
  Kee
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN