//HI2ME job card info //* //* Copyright (c) 1996, SAS Institute Inc. //* Unpublished - All Rights Reserved //* //* //* NAME: HI2ME //* //* PURPOSE: SAS/C DEBUGGER example program //* See SAS/C Debugger User's Guide and Reference Third //* Edition, Chapters 1 and 2. //* //* FUNCTION: Compile and link source files listed below. //* make sure to use the DEBUG compile option //* //* SOURCE: see prefix.SAMPLE.C members - //* HI2ME //* //* NOTE: Verify the statements indicated by the "<== VERIFY" //* have been customized for the local environment. //**************************************************************** //* //********************* //* COMPILE AND LINK * //********************* //COMPLNK EXEC PROC=LC370CL,PARM.C='DEBUG' //C.SYSIN DD DSN=prefix.SAMPLE.C(HI2ME),DISP=SHR <== VERIFY //C.SYSLIN DD DSN=your.object.library(HI2ME),DISP=SHR <== VERIFY //C.SYSDBLIB DD DSN=your.debugger.dataset(HI2ME),DISP=SHR <== VERIFY //LKED.SYSLMOD DD DSN=your.load.library(HI2ME),DISP=SHR <== VERIFY //* //