Action=EDIT Class=DATA

This statement displays text in edit mode. The EDIT DATA function provides editing facilities for up to 9999 lines of text, each of up to 256 characters in length. When a user requests help, help text associated with the specified application ID and function name is displayed.

This statement has the following format:

&CONTROL SHRVARS=($ED)
-EXEC $CACALL      OPT=ACTION
                   ACTION=EDIT
                   CLASS=DATA
                   PARMS='APPL=application id
                           FUNC=function name
                           [TITLE=title]
                           [LINECNT={0 | n}]
                           [LINELEN={256 | n}]
                           [MAXLINES={9999 | n}]
                           [EDTLINES=n]
                           [TOPEXIT={YES | NO}]
                           [MESSAGE=message]
                           [USERFUNC=function]
                           [LINETOP={1 | n}]
                           [LMARGIN={1 | n}]
                           [RMARGIN=n]'


Copyright © 2008 CA. All rights reserved.