Page History
...
| Panel | ||
|---|---|---|
| ||
Optional @@GET_FILS ----- FROM -------- 1 -----------------------------> (number 1 - 50) >---- TO ---------- 50 ----------------------------> (number 1 - 50) >---- PHY_ONLY---- *YES ---------------------------> *NO >---- SGL_ONLY---- *YES ---------------------------> *NO >---- PROMPT ----- 'text' ------------------------->
>---- EXTEND ----- 'text' -------------------------> -- 8 max -- >-----HELPIDS ---- HELP panel identifiers ---------| | | -------- 10 max ----------- |
Parameters
| FROM |
|---|
Specifies the first file number to allocate to a user selected file. The default value is 1 and the maximum value is 50.
| TO |
|---|
Specifies the last file number to allocate to a user selected file. The default value is 50 and the maximum value is 50. The difference between the FROM and TO parameter values determines the number of files a user is able to select for this command. For example, if FROM(1) and TO(1) is specified then only 1 file may be selected. If FROM(1) and TO(50) is specified then 50 files may be selected by the user.
| PHY_ONLY |
|---|
Specifies whether only physical files will be presented for selection, or both physical and logical files.
SGL_ONLY |
|---|
Specifies whether only 1 : 1 (single) relationships will be presented for selection, or both 1 : 1 and 1 : N (many) relationships.
| PROMPT |
|---|
Specifies the prompt text for the command. This is up to a maximum of 74 characters. The prompt text may contain special variables (refer to the 15.22.5 Special Template Variable Notes on special variables). More detailed prompt text can be placed in the EXTEND parameter.
| EXTEND |
|---|
Specifies the extended prompt text for the command if the PROMPT parameter cannot contain a full enough description required prompt. This is up to a maximum of 8 lines of 74 characters. The extended prompt may contain special variables.
| HELPIDS |
|---|
Specifies up to 10 HELP panel identifiers for this application template. These will be displayed as full page screens of HELP when the user presses the HELP function key.
...