.*------------------------------------------------------------------*/
.*    Programmers Group & Management Resource    Copyright  1997    */
.*                                                                  */
.*                             \\\\\\\                              */
.*                            ( o   o )                             */
.*------------------------oOO----(_)----OOo-------------------------*/
.*                                                                  */
.*  System name  . . . :   PGMR Tool                                */
.*  Panel group. . . . :   UPDRPGPNL                                */
.*  Text . . . . . . . :   Update RPG ILE Source                    */
.*                                                                  */
.*  Author . . . . . . :   Alexander Nubla                          */
.*  Creation date. . . :   11/25/97                                 */
.*  Description. . . . :   This PNLGRP contains help text for       */
.*                         UPDRPGSRC command.                       */
.*                                                                  */
.*                         When creating (changing) the UPDRPGSRC   */
.*                         command, the following parameters must   */
.*                         be specified:                            */
.*                                                                  */
.*                           CHGCMD    CMD(UPDRPGSRC)               */
.*                                     HLPPNLGRP(*LIBL/UPDRPGPNL)   */
.*                                     HLPID(*CMD)                  */
.*                                                                  */
.*------------------------------------------------------------------*/
:PNLGRP.
:COPYR.
(C) Copyright PGMR Inc., 1997
.*--------------------------------------------------------*/
.*  Full Screen Help                                      */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC/ALL'.
:IMHELP NAME=UPDRPGSRC.
:IMHELP NAME='UPDRPGSRC/SRCFILE'.
:IMHELP NAME='UPDRPGSRC/SRCMBR'.
:IMHELP NAME='UPDRPGSRC/SRCSEQ'.
:IMHELP NAME='UPDRPGSRC/INCSEQ'.
:EHELP.
.*--------------------------------------------------------*/
.*  General Help Text                                     */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC'.
Update RPG ILE Source - Help
:P.
The Update RPG ILE Source (UPDRPGSRC) command updates ILE RPG/400
(or RPG IV) source code into a more structured code.
:P.
The Convert RPG Source (CVTRPGSRC) command must be executed first
prior to executing UPDRPGSRC if the source code is to be converted
from RPG III or RPG/400 source code to ILE RPG/400 source code.
:EHELP.
.*--------------------------------------------------------*/
.*  SRCFILE = Source File                                 */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC/SRCFILE'.
Source file (SRCFILE) - Help
:XH3.Source file (SRCFILE)
:P.
Specifies the name of the source file that contains the RPG IV or
SQL RPG ILE source code to be converted and the library where the
source file resides.
:P.
:PARML.
:PT.:PK DEF.QRPGLESRC:EPK.
:PD.The default source file QRPGLESRC contains the source member(s)
to be updated.
:PT.source-file-name
:PD.Enter the name of the source file that contains the source
member(s) to be converted.
:PT.:PK DEF.*LIBL:EPK.
:PD.The system searches the library list to find the library where
the converted source file is stored.
:PT.library-name
:PD.Enter the library name where the source file is stored.
:EPARML.
:EHELP.
.*--------------------------------------------------------*/
.*  SRCMBR = Source Member                                */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC/SRCMBR'.
Source member (SRCMBR) - Help
:XH3.Source member (SRCMBR)
:P.
Specifies the name of the source member to be updated.  This is a
required parameter.
:P.
The valid source member types of source members to be converted are
RPGLE and SQLRPGLE.  The Update RPG ILE Source command does not
support source member types RPG, RPG36 and other non-RPG source
member types (for example, CLP and TXT).
:P.
:PARML.
:PT.:PK DEF.*ALL:EPK.
:PD.The default source member *ALL updates all the members in the
source file specified.
:PT.source-file-member-name
:PD.Enter the name of the source member to be updated.
:EPARML.
:EHELP.
.*--------------------------------------------------------*/
.*  SRCSEQ = Source Sequence Option                       */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC/SRCSEQ'.
Source sequence (SRCSEQ) - Help
:XH3.Source sequence (SRCSEQ)
:P.
Specifies whether updated source member(s) sequence numbers will
be incremented whenever new records are added by the Update RPG
ILE Source command.
:P.
:PARML.
:PT.:PK DEF.*UPDATE:EPK.
:PD.Sequence numbers of updated records are resequenced based on the
increment sequence number (INCSEQ) specified. The next sequence
number used by non-expanded records are updated and rounded to
the nearest digit.
:PT.:PV.*LEAVE:EPV.
:PD.Sequence numbers of updated records are resequenced based on the
increment sequence number (INCSEQ) specified. The next sequence
number used by non-expanded records remain unchanged unless the
sequence number of the non-expanded records have been surpassed.
:EPARML.
:EHELP.
.*--------------------------------------------------------*/
.*  INCSEQ = Increment Sequence Number                    */
.*--------------------------------------------------------*/
:HELP NAME='UPDRPGSRC/INCSEQ'.
Increment sequence (INCSEQ) - Help
:XH3.Increment sequence (INCSEQ)
:P.
Specifies the sequence number used to increment the expanded
source records.
:P.
:PARML.
:PT.:PK DEF.1.00:EPK.
:PD.Source sequence number for the expanded records will be increased
by 1.00.
:PT.:PV.0.10:EPV.
:PD.Source sequence number for the expanded records will be increased
by 0.10.
:PT.:PV.0.01:EPV.
:PD.Source sequence number for the expanded records will be increased
by 0.01.
:EPARML.
:EHELP.
:EPNLGRP.
