Pathmaker Reference Manual
REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
2–24 067869 Tandem Computers Incorporated
[ , FUNCTION-KEY
name
( { CALL
name
[ ( { PASS
name
TO
name
} , ...) ]
{ [ {BEFORE-DISPLAY} ] }
{ {AFTER-DISPLAY } }
{ SEND
name
[ ( { PASS
qualname
TO
name
} , ...) ]
{ [ {BEFORE-DISPLAY} ] }
{ {AFTER-DISPLAY } }
{ PASS
qualname
FROM
name
}
{ PASS
pseudofield
}
{ PRNT }
{ RETN [
name
] }
{ RCVR }
{ NEXT }
{ PREV }
{ FRST }
{ LAST }
{ DFLT }
{ USER }
[ PROMPT
text
] ,
[ DISPLAY-PROMPT { YES } ] ,
{ NO }
[ HELP
text
[ ,
text
] ... ]
) ] ,
) ;
name
Specifies a requester name to identify the requester within the catalog.
TITLE
text
Specifies the title of the requester’s default screen;
text
is up to 55 characters of
text.
If you do not supply a TITLE clause, the requester’s default screen will not have a
title.
This clause is not significant for TYPE REG requesters.
TYPE
Specifies one of the following requester types:
MENU Specifies a navigation menus.
TRNS Specifies a requester that performs application-specific transactions. This
is the default.
DB Specifies a requester that provides standard database operations.
REG Specifies a registered requester.