//jobname JOB .... <== VERIFY //* //* Copyright (c) 1996, SAS Institute Inc. //* Unpublished - All Rights Reserved //* //* NAME: TCPLSGO //* //* PURPOSE: JCL to Execute TCPLISTN. Verify the statements //* indicated by the "<== VERIFY", have been customized //* for the local environment. //* //***************************************************************** //* Execute TCPLISTN //***************************************************************** //GO EXEC PGM=TCPLISTN //STEPLIB DD DISP=SHR,DSN=your.load.library <== VERIFY // DD DISP=SHR,DSN=prefix.LINKLIB <== VERIFY //* Where "prefix" is the installation prefix for the //* SAS/C Compiler //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* //* //