×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




You're doing something wrong.

/copy routines/qapisrc,qcmdexc
d dsplyVar s 52a
/free
*inlr=*on;

monitor;
cmd='addlible myxlib';
callp qcmdexc(cmd:%len(cmd));
on-error;
dsplyVar=cmd;
dsply dsplyVar;
endmon;

monitor;
cmd='dltlib myxlib';
callp qcmdexc(cmd:%len(cmd));
on-error;
dsplyVar=cmd;
dsply dsplyVar;
endmon;

/end-free


call aa
Library MYXLIB not found. (CPF2110)
DSPLY addlible myxlib
Library MYXLIB not found. (CPF2110)
DSPLY dltlib myxlib
Rob Berendt

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.