Does anyone know if it's possible to call a program in a specific location on the AS400?
Usually one calls a program in the format:
CALL "progname" USING .....
But I need to call a program in a specific library.
I was hoping to use something like:
CALL "progname" IN "library"
but alas this doesn't work.
Any ideas?
PS I don't want to use my library-list so that the call finds the program. The location of the called program must be hard-coded.
Usually one calls a program in the format:
CALL "progname" USING .....
But I need to call a program in a specific library.
I was hoping to use something like:
CALL "progname" IN "library"
but alas this doesn't work.
Any ideas?
PS I don't want to use my library-list so that the call finds the program. The location of the called program must be hard-coded.