Skip to main content

Where is program ILBOABN0?

  • February 15, 2013
  • 0 replies
  • 1 view

Problem:

We have a user program that issues a call to ILBOABN0 if a user abend is to be processed, but we can't find it in Mainframe Express (MFE). Is there an alias for this?

Resolution:

  ILBOABN0 is an IBM OS/VS Cobol runtime module used for abend handling (passing a user abend back to the operating system). It can be emulated using a Micro Focus dialect (Non-mainframe in MFE). Take this sample program and name it ILBOABN0, add it to your MFE project and compile it.

       Linkage Section.

       1   A-B     Pic S9(4) Comp.

       Procedure Division Using A-B.

            Move A-B to RETURN-CODE Stop Run.

Old KB# 6698

#MFDS
#EnterpriseDeveloper