Previous Topic: Notes

Next Topic: Commands (YCLRMDL - YDLTOBJTBL)

Example

To check whether the function Edit Order version 2 exists in the model, enter the following command:

YCHKMDLOBJ OBJNAM( 'Order' 'Edit Order + version  2' *FUN )

To check whether the function UUG2EFR exists in data model DEVMDL, and, if it does, to receive the corresponding object surrogate key number in parameter &OBJSGT:

YCHKMDLOBJ SRCMBR( UUG2EFR ) + MDLLIB(DEVMDL) RTNOBJSGT( &OBJSGT )