//WDSAMPLE job card info
//*
//*             Copyright (c) 1996, SAS Institute Inc.
//*               Unpublished - All Rights Reserved
//*
//*
//*  NAME:     WDSAMPLE
//*
//*  PURPOSE:  To demonstrate the use of the SAS/C Windowing
//*            interface functions with the use of the SAS/C FSSL.
//*            See SAS/C Full Screen Support Library User's Guide,
//*            Second Edition, Chapters 5, 6, and 7.
//*
//*  FUNCTION: Compile and link source files listed below.
//*
//*  SOURCE:   see prefix.SAMPLE.C members -
//*            WDSAMPLE
//*
//*  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(WDSAMPLE),DISP=SHR     <== VERIFY
//C.SYSLIN     DD DSN=your.object.library(WDSAMPLE),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(WDSAMPLE),DISP=SHR   <== VERIFY
//*
//