Create Forms Control Table (CRTFCT)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

Create FCT

The CRTFCT command creates an FCT with no entries. After an FCT is created, it can contain up to 9999 entries. See the CRTSSND, CHGSSND, or CRTRJECFG command for information on how to make the FCT entries available to the session. See the ADDFCTE command description for information on how to add entries to the FCT.

Error messages for CRTFCT

*ESCAPE Messages

RJE0015
Forms control table &1 already exists in library &2.
RJE0024
Errors found. Processing of request ended.
Top

Parameters

Keyword Description Choices Notes
FCT Forms control table Qualified object name Required, Positional 1
Qualifier 1: Forms control table Name
Qualifier 2: Library Name, *CURLIB
TEXT Text 'description' Character value, *BLANK Optional
AUT Authority Name, *LIBCRTAUT, *ALL, *CHANGE, *USE, *EXCLUDE Optional
Top

Forms Cntrl Table (FCT)

Specifies the qualified name of the FCT being created. If a library name is not specified, the FCT is stored in the user's current library (*CURLIB).

The possible library values are:

forms-control-table-name : Specify the name of the FCT being created.

Top

Text Description (TEXT)

Specifies the user-defined text that describes the FCT file.

The possible values are:

Top

Authority (AUT)

Specifies the authority given to users who themselves and whose user group do not have specific authority to the object.

The possible values are:

Top

Examples

None
Top

Error messages

*ESCAPE Messages

RJE0015
Forms control table &1 already exists in library &2.
RJE0024
Errors found. Processing of request ended.
Top