Previous Topic: Syntax DiagramNext Topic: YCRTSRCPF (Create Source Files)


Parameters

Parameter

Definition

Value and Description

REPORT

Name of report design from which DDS is to be generated

  • *SELECT: (default) The report selection display will be presented

FILE

Qualified name of file containing report design

  • YDSNRPT: (default) Report file name

MBR

Name of member in file containing report design

  • *FILE: (default) The member has the same name as the file

SRCFILE

Qualified name of source file to contain generated DDS source

  • QDDSSRC: (default) The source member is in the i OS default source file in the indicated library.
  • The source file must exist before the ‘Create report DDS’ command can be used

SRCMBR

Name of member to contain generated DDS source

  • *REPORT: (default) The member will have the same name as the report. The member is created if it does not exist already

MBROPT

Source member update option

  • *REPLACE: The generated DDS source will replace any existing source member.
  • *ADD: The new DDS is appended to any existing contents of the source member.

MSGF

Message file name into which message descriptions defining literals are to be placed

  • *NONE: (default) Do not use message descriptions to define literals

MSGPFX

Message prefix for message identifiers for messages defining literals. This is used in conjunction with the MSGNBR parameter to generate message identifiers for the messages which are added to the file defined by the MSGF parameter

  • USR: (default) Message prefix

MSGNBR

Starting number for allocating message identifier for messages which are added to message file

  • 0000: (default) Start number

TEXT

DDS source member name text

  • *REPORT: (default) The member text is updated from the report title