From the 253 error, it appears that you are calling the subprogram with an explicit reference to the extension on the subprogram, something like CALL "b.exe". Once you change the subprogram to be one of the callable executable types that Chris mentioned, you will not need to reference the extension in your call statement - you can use CALL "b" instead.
↧