Example 3

In a PL/I program, create a permanent non-keyed table, NKTBL, where FNAME, LNAME, PHONE, and LOC are the non-key table variables.
CALL ISPLINK ('TBCREATE','NKTBL ',' ',
            '(FNAME LNAME PHONE LOC)');