//TRYRACF job card info //* //* Copyright (c) 1996, SAS Institute Inc. //* Unpublished - All Rights Reserved //* //* //* NAME: TRYRACF //* //* PURPOSE: Sample C program which illustrates how to //* issue MVS RACROUTE calls. //* //* FUNCTION: Compile and link source files listed below. //* //* SOURCE: see prefix.SAMPLE.C members - //* TRYRACF //* //* NOTE: Verify the statements indicated by the "<== VERIFY" //* have been customized for the local environment. //**************************************************************** //* //******************** //* COMPILE,LINK,& GO* //******************** //CLNKNGO EXEC PROC=LC370CLG //C.SYSIN DD DSN=prefix.SAMPLE.C(TRYRACF),DISP=SHR <== VERIFY //C.H DD DSN=prefix.SAMPLE.H,DISP=SHR <== VERIFY