Example

A panel library, ISPPLIB has been defined by the LIBDEF service. Query the type of LIBDEF definition and the LIBDEF "ID" information and return the type of LIBDEF definition in the variable, TYPEV, and the LIBDEF "ID" information in the variable, IDV.
ISPEXEC QLIBDEF ISPPLIB TYPE(TYPV) ID(IDV)
Set the program variable BUFFER to contain:
QLIBDEF ISPPLIB TYPE(TYPV) ID(IDV)
Set program variable BUFLEN to the length of the variable BUFFER. Issue the command:
CALL ISPEXEC (BUFLEN, BUFFER);
or alternately
CALL ISPLINK ('QLIBDEF ','ISPPLIB ','TYPEV ','IDV ');