Example 3

Write message ABCX013 in the ISPF log file.
ISPEXEC LOG MSG(ABCX013)
Set the program variable BUFFER to contain:
LOG MSG(ABCX013)
Set program variable BUFLEN to the length of the variable BUFFER. Issue the command:
CALL ISPEXEC (BUFLEN, BUFFER);
or alternately
CALL ISPLINK ('LOG     ','ABCX013 ');