Pathmaker Reference Manual

REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
2–28 067869 Tandem Computers Incorporated
COMPILE
Specifies either YES or NO to indicate whether to compile the generated requester
source code:
YES Specifies that the generated requester source code is to be compiled
using the SCREEN COBOL compiler. This is the default value.
NO Specifies that the generated code is not to be compiled.
This clause is not significant for TYPE REG requesters.
Reference Object Name
Clause
The following paragraphs give the term definitions for the reference object name
clause of the requester statement.
REFERENCE-OBJECT
name
Specifies the name of a reference object to be defined in the requester. The
name
specifies the unique, local name of the reference object, as specified in the
requester and as registered in the current Pathmaker catalog.
You can specify multiple reference objects, in the order they are to be displayed on
the requester's default screen.
COPY-OF
name
Specifies the name of a DDL definition or record object, or an SQL table object,
to be copied for use in defining the structure of the reference object.
TITLE
text
Specifies the text to be displayed at the top of the record instance box in the
requester's default screen. You can specify up to 4 lines of text of up to 54
characters each.
If you do not specify a TITLE clause, no title is displayed at the top of the
record instance box in the requester's default screen.
HEADINGS
Specifies the type of prompt text to be displayed with each screen field in the
record instance box portion of the requester’s default screen.
If you do not specify a HEADINGS clause, the system uses the value of the
HEADINGS clause in the reference object’s requester.
HEAD Specifies that heading text is to be displayed for each field. This is
the default.
NAME Specifies that field names are to be displayed for each field.
NULL Specifies that no prompt text is to be displayed.