I have a CL program which is referring to a library via IFS like
/QSYS.LIB/<libname>.LIB/<filename>.FILE
Currently this program is running on *SYSBAS, where everything runs fine. I want to know when this program will be executing on iASP, then will it run to any sort of problem or not?
I have two situations:
- When library it is referring to is on the *SYSBAS.
- When library it is referring to is on the iASP itself.
I want my program to run fine in both the situations.