Example 1: Error message variable

Establish ISPF accessibility, using the name MSGNAME, to a field named ERRMSG in this PL/I module. The field is a character string and is 8 bytes long. Program variable L8 contains a value of 8.
CALL ISPLINK ('VDEFINE ','(MSGNAME)',ERRMSG,'CHAR    ',L8);