After configuring the Vantage VANWEBUI proc, making changes as directed in the comment statements found in the prologue of the STC JCL, the following JCL error messages are generated when starting this proc:
IEFC452I VANWEBUI - JOB NOT RUN - JCL ERROR
And at the bottom of the output:
2 IEFC001I PROCEDURE VANWEBUI WAS EXPANDED USING SYSTEM LIBRARY SYS1.SYSPROC
13 IEFC008I PEND STATEMENT FOUND BEFORE END OF PROCEDURE
This problem was resolved by moving the VSP (VANWEBUI) procedure to the PROCLIB specified in the SYS1.PARMLIB(MSTJCLxx) member, in the IEFPDSI DD concatenation defined in member MSTJCLxx (in this case, the target PROCLIB was 'SYS1.PROCLIB' in the IEFPDSI DD concatenation).
It is possible that the user will experience other unexpected and unexplained JCL errors even though the JCL of the VANWEBUI proc is correct. Moving the location of the VANWEBUI proc as described above should resolve these other JCL errors.