I have created a basic CL program MSGBRKS (all of 3 lines!)
I can run the program in the usual way -
CALL OPERATIONS/MSGBRKS , which works fine.
I have made sure the the OPERATIONS library is in my library list. So I can just type in CALL MSGBRKS to run the program
Is there any way of just typing in MSGRBKS to run the CL program without typing in CALL? I am sure it can be done, as there are other CL programs on another iseries that you can run without using CALL.
I have made sure the the OPERATIONS library is in my library list. So I can just type in CALL MSGBRKS
Any help would be most welcome.
I can run the program in the usual way -
CALL OPERATIONS/MSGBRKS , which works fine.
I have made sure the the OPERATIONS library is in my library list. So I can just type in CALL MSGBRKS to run the program
Is there any way of just typing in MSGRBKS to run the CL program without typing in CALL? I am sure it can be done, as there are other CL programs on another iseries that you can run without using CALL.
I have made sure the the OPERATIONS library is in my library list. So I can just type in CALL MSGBRKS
Any help would be most welcome.