In PDM green screen when the list of members, objects,.. Is too long to fit in the screen, what do you see at the bottom right? I think its "More..." in English. Well, in French it should be "A suivre..." but since V5R4 it's "ivre..." which for non francophiles means "Drunk..." Maybe the same guy was responsable? Ypu can't blame him, try saying *nopass when you've had one too many ... <hic>
-----Message d'origine-----
De : wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] De la part de Adam Glauser
Envoyé : mercredi 5 mars 2008 16:37
À : wdsci-l@xxxxxxxxxxxx
Objet : [WDSCI-L] Outline view speaks Parseltongue?
I see a strange result in the outline view.  Not a problem per se, but kind of funny.
I have a copy member (UTTCMDEXE) containing:
      D executeCommand...
      D                 PR                  ExtPgm('QCMDEXC')
      D  Cmd                       32702A   Options(*Varsize)
      D                                     Const
      D  Len                          15P 5 Const
      D  CmdOpt                        3    Options(*NoPass) Const
Now I create an RPGLE source member like this (this is a template, so <pgm_name> is really what's in there):
      H/copy QCOPYSRC,XXR001LE
      D <pgm_name>...
      D                 PR                  extpgm('<pgm_name>')
      D <pgm_name>...
      D                 PI
       /copy QCOPYSRC,UTTCMDEXE
       /free
        *inlr = *on;
        return;
       /end-free
The outline view shows
   ...
   Prototypes
     executeCommand : EXTPGM('QCMDEXC')
       Parameters
         Character (32702) CONST OPTIONS(*VARSIZE)
         Packed Decimal (15,5) CONST
         Character (3) CONST OPTIONS(*NOPASSS)
Note the extra 'S'.  Can anyone else recreate this?
--
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.