TPX PROCEDURE xxxxxxx WAS NOT FOUND
search cancel

TPX PROCEDURE xxxxxxx WAS NOT FOUND

book

Article ID: 382429

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

When trying to run a TPX batch job, the following JCL error occurs:

IEFC612I PROCEDURE xxxxxxx WAS NOT FOUND
IEFC657I THE SYMBOL VNODE WAS NOT USED  

Environment

Release: 5.4

Component: TPX for Z/OS

Resolution

Check the following items:


1) Make sure the job is running on the same system where TPX resides.


2) Make sure the TPX procname used in the TPX Batch job is correct.


3) The 'Procedure' could not be located as it was not part of the concatenation.
In this case locate where TPX procedure was expanded from. Check the following message in the TPX log:

IEFC001I PROCEDURE xxxxxx WAS EXPANDED USING SYSTEM LIBRARY xxxx.xxxx.xxxx

Modify the TPX Batch job and add the following line immediately after the jobcard, but before the EXEC statement.

//MYJCL    JCLLIB ORDER=xxxx.xxxx.xxxx
Where xxxx.xxxx.xxxx is the proc location.

The JCLLIB ORDER parameter is a JCL general concept, not TPX related.  ORDER specifies the names of the libraries to be searched. The system searches the libraries in the order in which you specify them, before it searches any unspecified default system procedure libraries. See more details at JCLLIB ORDER.

If the error persists, contact TPX support at Broadcom.