|
I like to use the same program for validity checking and processing the command. The first time the program is hit, create a data area in qtemp, then validate. The second time the program is hit, check parms, run command, and delete data area. --- "less programs, more functionality" ---- John B. Caution, this may not be what IBM intended. <g>
-----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of rpg400-l-request@xxxxxxxxxxxx Sent: Wednesday, March 07, 2007 9:19 AM To: rpg400-l@xxxxxxxxxxxx Subject: RPG400-L Digest, Vol 6, Issue 220 Send RPG400-L mailing list submissions to rpg400-l@xxxxxxxxxxxx To subscribe or unsubscribe via the World Wide Web, visit http://lists.midrange.com/mailman/listinfo/rpg400-l or, via email, send a message with subject or body 'help' to rpg400-l-request@xxxxxxxxxxxx You can reach the person managing the list at rpg400-l-owner@xxxxxxxxxxxx When replying, please edit your Subject line so it is more specific than "Re: Contents of RPG400-L digest..." *** NOTE: When replying to this digest message, PLEASE remove all text unrelated to your reply and change the subject line so it is
meaningful.
Today's Topics: 1. RE: Ok here is a challenge (Doug Palme) 2. RE: Ok here is a challenge (Coyle, Stephen F.) 3. RE: Ok here is a challenge (Raby, Steve) 4. Re: Ok here is a challenge (rob@xxxxxxxxx) 5. RE: Ok here is a challenge (Doug Palme) ---------------------------------------------------------------------- message: 1 date: Wed, 7 Mar 2007 09:06:56 -0600 from: "Doug Palme" <dpalme@xxxxxxxxxxx> subject: RE: Ok here is a challenge I suppose I did a poor job in posting this, my apologies. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Alan Shore Sent: Wednesday, March 07, 2007 9:05 AM To: RPG programming on the AS400 / iSeries Subject: RE: Ok here is a challenge Doug - my question to you would be Why not ask this RPG programmer how he does it. Now I'm interested how this is done. Post his response Thanks in advance Alan Shore NBTY, Inc (631) 244-2000 ext. 5019 AShore@xxxxxxxx rpg400-l-bounces@xxxxxxxxxxxx wrote on 03/07/2007 09:58:05 AM:I am aware of that, but he specifically said that is not what he is referring to, he is saying that it can all be done from within thecommanditself and not require another program. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Gary_Jones@xxxxxxxxxxxxxxxxxx Sent: Wednesday, March 07, 2007 8:57 AM To: RPG programming on the AS400 / iSeries Subject: Re: Ok here is a challenge Doug, Check out the VLDCKR (validity checking program) parm on the CRTCMD command. This allows you to specify further validation programs
before
themain control program is called. More information can be found in the
CL
Programming guide. SC41-5721 Gary Jones Latham International 787 Watervliet-Shaker Rd. Latham, NY 12110 gary_jones@xxxxxxxxxxxxxxxxxx (518) 951-1037 "Douglas Palme" <dpalme@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/07/2007 09:48 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> cc Subject Ok here is a challenge I received this from one of our RPG gurus and I thought I would
present
itto the midrange group and see what ya'll thought: There is a way to completely control the input from a command andvalidateit before the program is actually called. There is also a way to
present
the actual valid parameters without hard-coding anything. As an example
you
could have a command that takes a division number and if you do notentera division that exists in the DIVISION file it will not accept the
value.
This is true for anything you want to validate, a date, time, printer, username, etc. Most programmer shy away from writing powerful commands as they
do
not understand them. Anyone?
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.-- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
** ------------------------------ message: 2 date: Wed, 7 Mar 2007 10:13:37 -0500 from: "Coyle, Stephen F." <SCoyle@xxxxxxxxxxxxx> subject: RE: Ok here is a challenge Are you referring to a prompt override program? -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Doug Palme Sent: Wednesday, March 07, 2007 10:07 AM To: 'RPG programming on the AS400 / iSeries' Subject: RE: Ok here is a challenge I suppose I did a poor job in posting this, my apologies. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore Sent: Wednesday, March 07, 2007 9:05 AM To: RPG programming on the AS400 / iSeries Subject: RE: Ok here is a challenge Doug - my question to you would be Why not ask this RPG programmer how he does it. Now I'm interested how this is done. Post his response Thanks in advance Alan Shore NBTY, Inc (631) 244-2000 ext. 5019 AShore@xxxxxxxx rpg400-l-bounces@xxxxxxxxxxxx wrote on 03/07/2007 09:58:05 AM:I am aware of that, but he specifically said that is not what he is referring to, he is saying that it can all be done from within thecommanditself and not require another program. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Gary_Jones@xxxxxxxxxxxxxxxxxx Sent: Wednesday, March 07, 2007 8:57 AM To: RPG programming on the AS400 / iSeries Subject: Re: Ok here is a challenge Doug, Check out the VLDCKR (validity checking program) parm on the CRTCMD command. This allows you to specify further validation programs
before
themain control program is called. More information can be found in theCLProgramming guide. SC41-5721 Gary Jones Latham International 787 Watervliet-Shaker Rd. Latham, NY 12110 gary_jones@xxxxxxxxxxxxxxxxxx (518) 951-1037 "Douglas Palme" <dpalme@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/07/2007 09:48 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> cc Subject Ok here is a challenge I received this from one of our RPG gurus and I thought I wouldpresent itto the midrange group and see what ya'll thought: There is a way to completely control the input from a command andvalidateit before the program is actually called. There is also a way topresentthe actual valid parameters without hard-coding anything. As an exampleyoucould have a command that takes a division number and if you do notentera division that exists in the DIVISION file it will not accept thevalue.This is true for anything you want to validate, a date, time, printer, username, etc. Most programmer shy away from writing powerful commands as theydonot understand them. Anyone?
************************************************************************
****This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************
****-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************
****This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************
****-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.-- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************
**** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************
**** -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. ------------------------------ message: 3 date: Wed, 7 Mar 2007 16:15:01 +0100 from: "Raby, Steve" <agnictsr@xxxxxxxxxxxxx> subject: RE: Ok here is a challenge Don't you just hate it when that happens ;-) -----Oorspronkelijk bericht----- Van: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]Namens Doug Palme Verzonden: woensdag 7 maart 2007 16:07 Aan: 'RPG programming on the AS400 / iSeries' Onderwerp: RE: Ok here is a challenge That is the challenge, he is not giving the answer. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Alan Shore Sent: Wednesday, March 07, 2007 9:05 AM To: RPG programming on the AS400 / iSeries Subject: RE: Ok here is a challenge Doug - my question to you would be Why not ask this RPG programmer how he does it. Now I'm interested how this is done. Post his response Thanks in advance Alan Shore NBTY, Inc (631) 244-2000 ext. 5019 AShore@xxxxxxxx rpg400-l-bounces@xxxxxxxxxxxx wrote on 03/07/2007 09:58:05 AM:I am aware of that, but he specifically said that is not what he is referring to, he is saying that it can all be done from within thecommanditself and not require another program. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Gary_Jones@xxxxxxxxxxxxxxxxxx Sent: Wednesday, March 07, 2007 8:57 AM To: RPG programming on the AS400 / iSeries Subject: Re: Ok here is a challenge Doug, Check out the VLDCKR (validity checking program) parm on the CRTCMD command. This allows you to specify further validation programs
before
themain control program is called. More information can be found in the
CL
Programming guide. SC41-5721 Gary Jones Latham International 787 Watervliet-Shaker Rd. Latham, NY 12110 gary_jones@xxxxxxxxxxxxxxxxxx (518) 951-1037 "Douglas Palme" <dpalme@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/07/2007 09:48 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> cc Subject Ok here is a challenge I received this from one of our RPG gurus and I thought I would
present
itto the midrange group and see what ya'll thought: There is a way to completely control the input from a command andvalidateit before the program is actually called. There is also a way to
present
the actual valid parameters without hard-coding anything. As an example
you
could have a command that takes a division number and if you do notentera division that exists in the DIVISION file it will not accept the
value.
This is true for anything you want to validate, a date, time, printer, username, etc. Most programmer shy away from writing powerful commands as they
do
not understand them. Anyone?
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.-- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
** -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. ------------------------------ message: 4 date: Wed, 7 Mar 2007 10:18:32 -0500 from: rob@xxxxxxxxx subject: Re: Ok here is a challenge Midrange-L again. Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Douglas Palme" <dpalme@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/07/2007 09:51 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> cc Fax to Subject Ok here is a challenge I received this from one of our RPG gurus and I thought I would
present it
to the midrange group and see what ya'll thought: There is a way to completely control the input from a command and
validate
it before the program is actually called. There is also a way to
present
the actual valid parameters without hard-coding anything. As an example
you
could have a command that takes a division number and if you do not
enter
a division that exists in the DIVISION file it will not accept the
value.
This is true for anything you want to validate, a date, time, printer, username, etc. Most programmer shy away from writing powerful commands as they
do
not understand them. Anyone?
************************************************************************ **
** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
** -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. ------------------------------ message: 5 date: Wed, 7 Mar 2007 09:16:36 -0600 from: "Doug Palme" <dpalme@xxxxxxxxxxx> subject: RE: Ok here is a challenge No kidding...... -----Original Message----- From: rpg400-l-bounces+dpalme=hdsmith.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+dpalme=hdsmith.com@xxxxxxxxxxxx] On Behalf Of Raby, Steve Sent: Wednesday, March 07, 2007 9:15 AM To: RPG programming on the AS400 / iSeries Subject: RE: Ok here is a challenge Don't you just hate it when that happens ;-) -----Oorspronkelijk bericht----- Van: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]Namens Doug Palme Verzonden: woensdag 7 maart 2007 16:07 Aan: 'RPG programming on the AS400 / iSeries' Onderwerp: RE: Ok here is a challenge That is the challenge, he is not giving the answer. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Alan Shore Sent: Wednesday, March 07, 2007 9:05 AM To: RPG programming on the AS400 / iSeries Subject: RE: Ok here is a challenge Doug - my question to you would be Why not ask this RPG programmer how he does it. Now I'm interested how this is done. Post his response Thanks in advance Alan Shore NBTY, Inc (631) 244-2000 ext. 5019 AShore@xxxxxxxx rpg400-l-bounces@xxxxxxxxxxxx wrote on 03/07/2007 09:58:05 AM:I am aware of that, but he specifically said that is not what he is referring to, he is saying that it can all be done from within thecommanditself and not require another program. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Gary_Jones@xxxxxxxxxxxxxxxxxx Sent: Wednesday, March 07, 2007 8:57 AM To: RPG programming on the AS400 / iSeries Subject: Re: Ok here is a challenge Doug, Check out the VLDCKR (validity checking program) parm on the CRTCMD command. This allows you to specify further validation programs
before
themain control program is called. More information can be found in the
CL
Programming guide. SC41-5721 Gary Jones Latham International 787 Watervliet-Shaker Rd. Latham, NY 12110 gary_jones@xxxxxxxxxxxxxxxxxx (518) 951-1037 "Douglas Palme" <dpalme@xxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/07/2007 09:48 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> cc Subject Ok here is a challenge I received this from one of our RPG gurus and I thought I would
present
itto the midrange group and see what ya'll thought: There is a way to completely control the input from a command andvalidateit before the program is actually called. There is also a way to
present
the actual valid parameters without hard-coding anything. As an example
you
could have a command that takes a division number and if you do notentera division that exists in the DIVISION file it will not accept the
value.
This is true for anything you want to validate, a date, time, printer, username, etc. Most programmer shy away from writing powerful commands as they
do
not understand them. Anyone?
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
**This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
**-- This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing
listTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.-- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
** -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
************************************************************************ **
** This transmission may contain information that is privileged, Confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
************************************************************************ **
** ------------------------------ -- This is the RPG programming on the AS400 / iSeries (RPG400-L) digest
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. End of RPG400-L Digest, Vol 6, Issue 220 ****************************************
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.