www.krengeltech.com

RXS_libLEExists

From Wiki

User Guide

Contents

Description

Used to check the existence of a library entry in the library list before using RXS_addLibLE to add one.

Prototype

     D RXS_libLEExists...
     D                 pr             3  0
     D  pLib                         10a   value
     D  pLibType                     10a   value options(*nopass)

Parameters

pLib
Specify the library you would like to ensure is in the library list.
pLibType
Specify the type of library to check for. This parameter can be omitted as you will be checking for *USR libraries 99% of the time.

Return value

None.

Notes / Examples

This is usually used in conjunction with RXS_addLibLE to ensure a library doesn’t exist in the library list before it is added.