That's a good idea.  I guess you could even turn mods on and off in source
by altering a /define function.  For example.  I could quickly disable a
mod by simply deleting the /define REV01A in the below example:
/define REV01A
/if defined(REV01A)
  some added source code
/endif
/if not defined(REV01A)
  some deleted source code
/endif
 I guess this particular solution has gotten off the WDSC subject list, but
such is the way with solutions when they start out unknown.
                                                                           
             blayman@tsomervil                                             
             le.com                                                        
             Sent by:                                                   To 
             wdsci-l-bounces@m         Websphere Development Studio Client 
             idrange.com               for iSeries <wdsci-l@xxxxxxxxxxxx>  
                                                                        cc 
                                                                           
             07/24/2009 02:41                                       Fax to 
             PM                                                            
                                                                   Subject 
                                       Re: [WDSCI-L] Block Commenting in   
             Please respond to         LPEX                                
                 Websphere                                                 
                Development                                                
             Studio Client for                                             
                  iSeries                                                  
             <wdsci-l@midrange                                             
                   .com>                                                   
                                                                           
                                                                           
Yes, it will, below is an example of a compile listing using the
DEFINED(SKIP). This isn't what it was designed for but it works to comment
out a bunch of lines of code.
 865 C     EOM           IFEQ      'Y'
 866 C/if defined(skip)
          LINES EXCLUDED: 10
 867 C/endif
 868 C     ARSTOR        IFEQ      *BLANK
 869 C                   MOVE      *BLANKS       F1SEQ
From:
Bryce Martin <BMartin@xxxxxxxxxxxx>
To:
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>
Cc:
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>,
wdsci-l-bounces@xxxxxxxxxxxx
Date:
07/24/2009 02:16 PM
Subject:
Re: [WDSCI-L] Block Commenting in LPEX
Sent by:
wdsci-l-bounces@xxxxxxxxxxxx
And the compiler will ignore it no matter what is in there?
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
blayman@xxxxxxxxxxxxxxx
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
07/24/2009 01:46 PM
Please respond to
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>
To
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>
cc
Subject
Re: [WDSCI-L] Block Commenting in LPEX
You can comment blocks of code in RPGIV you just need to add a /IF
DEFINED(SKIP) to the first line then at the end of the block add a /ENDIF
you will skip all the code between the /IF and /ENDIF
From:
Bryce Martin <BMartin@xxxxxxxxxxxx>
To:
"'wdsci-l@xxxxxxxxxxxx'" <wdsci-l@xxxxxxxxxxxx>
Date:
07/24/2009 01:40 PM
Subject:
[WDSCI-L] Block Commenting in LPEX
Sent by:
wdsci-l-bounces@xxxxxxxxxxxx
I know that you can't do block commenting in RPGIV (at least that I'm
aware of), so is there something in LPEX that will help me comment out
large blocks of code quickly without having to put a asterick on each
line?
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
--- This message (including any attachments) is intended only for the use
of the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any use, dissemination,
distribution, or copying of this communication is strictly prohibited. If
you have received this communication in error, please notify us and
destroy this message immediately. ---
--
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at 
http://archive.midrange.com/wdsci-l.
--
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at 
http://archive.midrange.com/wdsci-l.
--- This message (including any attachments) is intended only for the use
of the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any use, dissemination,
distribution, or copying of this communication is strictly prohibited. If
you have received this communication in error, please notify us and
destroy this message immediately. ---
--
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at 
http://archive.midrange.com/wdsci-l.
--
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at 
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.