Call invocation

DSNAME = ' ';
CALL ISPLINK  ('LMDLIST ', ID,'LIST    ',DSNAME,'YES     ');
OR
Set the program variable BUFFER to contain:
DSNAME = ' ';
BUFFER = 'LMDLIST LISTID(&ID) OPTION(LIST) DATASET(DSNAME)
          STATS(YES)';
Set the program variable BUFLEN to the length of the variable BUFFER. Issue the command:
CALL ISPEXEC (BUFLEN, BUFFER);