********************************************************************/ .* PROGRAM NAME: CPYMSGDHLP */ .* DATE WRITTEN: 10/26/2001 */ .* AUTHOR......: Vijayakumar kannan */ .* FUNCTION....: This is used to help user to navigate and */ .* use the CPYMSGD utility */ .* */ .********************************************************************/ :PNLGRP. .******************************************************************** .* Primary help text for the command. * .******************************************************************** :HELP NAME=CPYMSGD. Copy message description - Help :P. The Copy Message Description (CPYMSGD) command copies a message from a source system to a destination system. The significant feature of this command is to copy messages across multiple as400 systems or multiple LPARS on the same as400 system simultaneously. Currently the no of systems is restricted to 4. :EHELP. .******************************************************************** .* Help for parameter From Message identifier .******************************************************************** :HELP NAME='CPYMSGD/FRMMSGID'. From Message identifier (FRMMSGID) - Help :XH3.From Message identifier (FRMMSGID) :P. Specifies
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.
the message identifier that is to be copied to a destination system. Every message must have an identifier, and every identifier in the message file must be unique. :P. This is a required parameter. :P. The message identifier must be 7 characters in length and in the format xxxnnnn where xxx is a 3byte code and nnnn is a 4byte number. For example HLP0001 might identify the first message identifier in the help application. The 3byte code must begin with an alphabet and may have alphanumeric in the next 2 bytes. :EHELP. .******************************************************************** .* Help for parameter From message file .******************************************************************** :HELP NAME='CPYMSGD/FRMMSGF'. From Message file (FRMMSGF) - Help :XH3.From Message file (FRMMsgf) :P. Specifies the name and library of the message file from where the message is to be copied. :P. The possible library values are: :PARML. :PT.*LIBL :PD. All libraries in the job's library list are searched until the first match is found. :PT.*CURLIB :PD. The current library for the job is used to locate the message file. If no library is specified as the library for the job, QGPL is used. :PT.library-name :PD. Specify the library where the message file is located. :PT.message-file-name :PD. Specify the name of the message file from where the message is copied. :EPARML. :EHELP. .******************************************************************** .* Help for parameter To Message identifier .******************************************************************** :HELP NAME='CPYMSGD/TOMSGID'. To Message identifier (TOMSGID) - Help :XH3.To Message identifier (TOMSGID) :P. Specifies the message identifier to which the message is to be copied in the destination system. Every message must have an identifier, and every identifier in the message file must be unique. :P. This is an optional parameter. If no to message id is specified the message is copied to the from message id in the destination system. :P. The message identifier must be 7 characters in length and in the format xxxnnnn where xxx is a 3byte code and nnnn is a 4byte number. For example HLP0001 might identify the first message identifier in the help application. The 3byte code must begin with an alphabet and may have alphanumeric in the next 2 bytes. :EHELP. .******************************************************************** .* Help for parameter To message file .******************************************************************** :HELP NAME='CPYMSGD/TOMSGF'. To Message file (TOMSGF) - Help :XH3.To Message file (TOMSGF) :P. Specifies the name and library of the message file to where the message is to be copied.If no file is specified the message is copied to the file specied in the from message file parameter. :P. The possible library values are: :PARML. :PT.*LIBL :PD. All libraries in the job's library list are searched until the first match is found. :PT.*CURLIB :PD. The current library for the job is used to locate the message file. If no library is specified as the library for the job, QGPL is used. :PT.library-name :PD. Specify the library where the message file is located. :PT.message-file-name :PD. Specify the name of the message file to where the message is copied. :EPARML. :EHELP. .******************************************************************** .* Help for parameter COPY to SYSTEM .******************************************************************** :HELP NAME='CPYMSGD/SYSTEM'. Copy to SYSTEM (SYSTEM) - Help :XH3.Copy to SYSTEM (SYSTEM) :P. Specifies the system name (maximum of 10 Characters) to Copy the message.A maximum of 4 systems is supported currently. :P. :EHELP. :EPNLGRP.