//OSMENU   job card info
//*
//*             Copyright (c) 1996, SAS Institute Inc.
//*               Unpublished - All Rights Reserved
//*
//*
//*  NAME:     OSMENU
//*
//*  PURPOSE:  Demonstrate use of the SAS/C FSSL to develop  menus,
//*            submenus, help screens, and error displays.  ISPF
//*            commands are directly supported within the SAS/C
//*            WD-FSSL environment.
//*            See SAS/C Full Screen Support Library User's Guide,
//*            Second Edition.
//*
//*  FUNCTION: Compile and link source files listed below.
//*
//*  SOURCE:   see prefix.SAMPLE.C members -
//*            OSMENU
//*
//*  MISC:     SAS/C FSSL *must* be installed.
//*
//*  NOTE:     Verify the statements indicated by the "<== VERIFY"
//*            have been customized for the local environment.
//****************************************************************
//*
//********************
//* COMPILE AND LINK *
//********************
//COMPLNK EXEC PROC=LC370CL
//C.SYSIN      DD DSN=prefix.SAMPLE.C(OSMENU),DISP=SHR       <== VERIFY
//C.SYSLIN     DD DSN=your.object.library(OSMENU),DISP=SHR   <== VERIFY
//C.SYSLIB     DD DSN=prefix.sasc.FSSL.MACLIBC,DISP=SHR      <== VERIFY
//             DD DSN=prefix.sasc.MACLIBC,DISP=SHR           <== VERIFY
//LKED.SYSLMOD DD DSN=your.load.library(OSMENU),DISP=SHR     <== VERIFY
//*
//