Question

I need to use the current library name explicitly in a CL program.

CHGVAR &LIB *CURLIB

doesn't work (after this line &lib = '*curlib'). This should be simple - any ideas?

Was it helpful?

Solution

Found it:

RTVJOBA CURLIB(&LIB)

OTHER TIPS

Be aware that a given job may not have a current library. In which case &LIB will have a value of *NONE

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top