DLG
DLG-VREPLACE [COBOLlevel] COBOLvariable ... [[INTO] dialogvariable] ... [PIC COBOLpicture]|LEN value ... [GENONLY]
COBOLlevel |
COBOLvariable level number. |
COBOL-variable |
COBOL data name the call processes. |
GENONLY |
Define COBOLvariable data item in Working-Storage only. |
INTO dialog variable |
ISPF function pool variable data replaces; default is COBOLvariable, truncated to eight characters. |
LEN value |
COBOLvariable length; can be numeric integer, COBOL variable, or arithmetic expression. |
PIC COBOLpicture |
COBOLvariable picture; default is alphanumeric. |
DLG-VREPLACE 01 WS-PF01-HELP PIC X(04) VALUE 'HELP' INTO ZPF01