Getting return code 103 using ADDRESS SYSVIEWE
search cancel

Getting return code 103 using ADDRESS SYSVIEWE

book

Article ID: 91792

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Getting return code '103' error when using ADDRESS SYSVIEWE in an OPS/REXX program.

*-* 36:trace i                  
*-* 37:ADDRESS SYSVIEWE "C(END)"
>L>    SYSVIEWE                 
>L>    C(END)                   
+++     RC(103)                 
*-* 38:say 'RC ' RC             
>L>    RC                       
>V>    103                      
>O>    RC  103                  
RC  103                          

Environment

Release:
Component: OPSMVS

Cause

This return code 103 means:
  • 103
    LOAD failed for the SYSVIEWE API module.
It occurs because the SYSVIEW API modules are not available in the environment where the OPS/REXX program is executing.
 

Resolution

The SYSVIEW load library must be accessible via LNKLST or STEPLIB in the environment where the OPS/REXX program is executing.
For example, if the program is executing under a OPSOSF server the SYSVIEW library must be added to the STEPLIB concatenation of the OSF server or to LNKLST.