Re: Internal text

2012-01-17 Thread Clark Morris
@bama.ua.edu Sent: Saturday, January 07, 2012 2:27 PM Subject: Re: Internal text On 6 Jan 2012 10:56:09 -0800, in bit.listserv.ibm-main you wrote: I have been tasked with an update to JES2 exit 6. One of the functions I need to implement is to forbid all use of a certain JCL parameter. See the Philips

Re: Internal text

2012-01-09 Thread Staller, Allan
Thanks for the ref... snip I have been tasked with an update to JES2 exit 6. One of the functions I need to implement is to forbid all use of a certain JCL parameter. See the Philips Lighting mods - File 175 on the CBT tape for an exit 6 that does a fair amount of parsing of the JOB and DD cards

Re: Internal text

2012-01-09 Thread Staller, Allan
. *** I would much prefer to input overlay the parameter with a no-op as opposed to manipulating the buffer. Much less work and far less prone to error. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create a noop) without

Re: Internal text

2012-01-08 Thread Graham Hobbs
Morris cfmpub...@ns.sympatico.ca Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@bama.ua.edu Sent: Saturday, January 07, 2012 2:27 PM Subject: Re: Internal text On 6 Jan 2012 10:56:09 -0800, in bit.listserv.ibm-main you wrote: I have been tasked with an update to JES2 exit 6. One of the functions I

Re: Internal text

2012-01-07 Thread Clark Morris
. Since the forbidden parameter may be in the middle of the string, I will need to manipulate the INTTXT buffer to eliminate the forbidden parameter by shifting the characters to the right of the forbidden parameter, to the left. What would be preferable is to nullify the parameter in the internal

Re: Internal text

2012-01-07 Thread Shmuel Metz (Seymour J.)
by forbid? The word is not synonymous with ignore. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create a noop) without the character shift. Why? Assuming that you really aren't supposed to fail the jobs using the parameters

Internal text

2012-01-06 Thread Staller, Allan
of the string, I will need to manipulate the INTTXT buffer to eliminate the forbidden parameter by shifting the characters to the right of the forbidden parameter, to the left. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create

Re: Internal text

2012-01-06 Thread Lizette Koehler
of the string, I will need to manipulate the INTTXT buffer to eliminate the forbidden parameter by shifting the characters to the right of the forbidden parameter, to the left. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create a noop

Re: Internal text

2012-01-06 Thread Mike Schwab
. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create a noop) without the character shift. Does anyone know if this is possible? If so, what is the INTTXT key? I have been all over the IEFVKEYS macro, and can't seem to find

Re: Internal text

2012-01-06 Thread Staller, Allan
snip Have you looked at z/OS V1R11.0 JES2 Installation Exits z/OS V1R10.0 /snip Yes. I was unable to find an answer there either, thus the original post. What would be preferable is to nullify the parameter in the internal text string without shifting the string. (i.e. create a noop) without

Re: Internal text

2012-01-06 Thread Staller, Allan
Thanks to all that replied. It looks like I will have to manipulate the internal text string. There does not appear to be any no-op parameter available. snip I have been tasked with an update to JES2 exit 6. One of the functions I need to implement is to forbid all use of a certain JCL

Re: Internal text

2012-01-06 Thread Vernooij, CP - SPLXM
:45e5f2f45d7878458ee5ca679697335502e25...@usdaexch01.kbm1.loc... Thanks to all that replied. It looks like I will have to manipulate the internal text string. There does not appear to be any no-op parameter available. snip I have been tasked with an update to JES2 exit 6. One of the functions I need

Re: Internal text

2012-01-06 Thread Staller, Allan
Thanks for the code. I will look at it ... snip From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Vernooij, CP - SPLXM Sent: Friday, January 06, 2012 4:07 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Internal text From my experience with exit 6 from ages ago

Re: Internal text

2012-01-06 Thread Vernooij, CP - SPLXM
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Vernooij, CP - SPLXM Sent: Friday, January 06, 2012 4:07 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Internal text From my experience with exit 6 from ages ago: there are indicators for the number of parameters and the length of the values. Take