Previous Topic: Syntax DiagramNext Topic: YCRTUSRPRF (Create User Profile)


Parameters

Parameter

Definition

Value and Description

LIB

Library in which to create source files. Only source files which do not already exist in the library is created

  • *BASIC: (default) Only the following files are created: QCLSRC, QDDSSRC, QCMDSRC, QPNLSRC, QTXTSRC, QRPGSRC, QCBLSRC QLBLSRC, QPLISRC, QPLICPY.
  • *FULL: The following files area also created: QPASSRC, QBASSRC, QUDSSRC, QFMTSRC, QRMCSRC, QREXSRC, QQMQRYSRC, QQMFORMSRC, QFNTSRC, QCSRC and QCLDSRC.
  • *NONE: do not create source files

CRTOPT

Create option

 

CRTDSNF

Create utility design files option

  • *NO: (default) Do not create any design files.
  • *YES: Create files to contain menus, panel designs, and report designs in the named library.
  • *MNU: Create files to contain menus

AUT

Public authority of files

  • *LIBCRTAUT: (default) the user has authority determined by the Create Authority (CRTAUT) prompt of the i OS Create Library (CRTLIB) command or on the i OS Change Library (CHGLIB) command for the library containing the objects to be created. Once the objects are created, their authorities are not affected by changes to the Create Authority (CRTAUT) for the library in which the objects reside.
  • *CHANGE: The user has object operational rights and all data rights to the files.
  • *ALL: Everyone is authorized to do anything to the files, except transfer ownership.
  • *USE: The user has object operational rights and read data rights.
  • *EXCLUDE: Prevents the user from accessing the files.
  • Authorization list name: the name of an authorization list whose authority is used for the files

TEXT

Text to go on each file: up to thirty characters. The text placed on the file is of the form:

  • "RPG source for ‘Text ‘",
  • "CLP source for ‘Text ‘" etc.
  • *SYSTEXT: (default) text is retrieved from data area *LIBL/YYSYTXA

ICGDTA

Specifies whether the file can contain double-byte character set (DBCS) data.

  • *OS: The IGCDTA attribute is specified by the default value on the IGCDTA parameter of the CRTSRCPF command in the installed National Language Version of i OS.
  • *YES: The file may contain DBCS data.
  • *NO: The file may not contain DBCS data