//TELBOOKJ JOB (,R224),'CTGEORGE',NOTIFY=,TIME=(,5),CLASS=X
/*JOBPARM  FETCH
//**                                                                  *
//**           Copyright (c) 1996 - SAS Institute, Inc.               *
//**             Unpublished - All Rights Reserved                    *
//**                                                                  *
//**  Name    : TELBOOKJ                                              *
//**                                                                  *
//**                                                                  *
//**  Purpose : Demonstrate calls to ISPF involving tables, file      *
//**            skeletons, reports, and profiles.                     *
//**                                                                  *
//**  Function: Compile and linkedit the TELBOOK source file.         *
//**                                                                  *
//**  Source  :                                                       *
//**           - see prefix.SAMPLE.AUX members -                      *
//**             OSISPF   - header file                               *
//**             CPANEL1  - main panel                                *
//**             CPANEL2  - directory display panel                   *
//**             CPANEL3  - directory information panel               *
//**             TELB01   - messages                                  *
//**             TELB01   - messages                                  *
//**             CTELBOOK - file tailoring template                   *
//**                                                                  *
//**           - see prefix.SAMPLE.C   members -                      *
//**             TELBOOK  - C main and supporting functions.          *
//**                                                                  *
//**  Note    :                                                       *
//**
//*
//*********************************************************************
//*                                                                   *
//*  Compile the C main program.                                      *
//*                                                                   *
//*********************************************************************
//*
//TELBOOK EXEC LC600CL,PARM.C='AT'
//C.SYSIN      DD DSN=SASCTG.VER6SAMP.TELBOOK(TELBOOK),      <== Verify
//             DISP=SHR
//C.SYSLIN     DD DSN=SASCTG.VER6SAMP.OBJ(TELBOOK),          <== Verify
//             DISP=SHR
//C.H          DD DSN=SASCTG.VER6SAMP.TELBOOK,               <== Verify
//             DISP=SHR
//LKED.SYSLMOD DD DSN=SASCTG.VER6SAMP.LOAD(TELBOOK),         <== Verify
//             DISP=SHR
//LKED.SYSIN   DD *
 INCLUDE ISPLLIB(ISPLINK)
/*
//LKED.ISPLLIB DD DSN=TSO.ISPF.ISPLOAD,
//             DISP=SHR
//*
//