//FTOC job card info //* //* Copyright (c) 1996, SAS Institute Inc. //* Unpublished - All Rights Reserved //* //* //* NAME: FTOC //* //* PURPOSE: Simple C program from page 8 of the Kernighan and //* Ritchie text. //* //* FUNCTION: Compile and link source files listed below. //* //* SOURCE: see prefix.SAMPLE.C members - //* FTOC //* //* 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(FTOC),DISP=SHR <== VERIFY //C.SYSLIN DD DSN=your.object.library(FTOC),DISP=SHR <== VERIFY //LKED.SYSLMOD DD DSN=your.load.library(FTOC),DISP=SHR <== VERIFY //* //