hi,
i was reading something about libdef, the manual say ISPF system command ISPLIBD can invoke the libdef display utility.so i write a rexx try it :
/*rexx*/
address ispexec
"isplibd"
but it won't work,it says 'isplibd' is not a recognized dialog service name.
so dose it mean under ispexec ,only can use service ,not command?
how to invoke the command?
thanks!