z/OS Network File System Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CTINFC00 member of SYS1.PARMLIB

z/OS Network File System Guide and Reference
SC23-6883-00

Figure 1 shows a copy of the CTINFC00 member of SYS1.PARMLIB that NFS provides for tracing the z/OS NFS client. This file is used for setting the initial startup trace settings.

The z/OS NFS client default trace options are defined as:
MSG,FFDC	
Figure 1. z/OS NFS client component trace PARMLIB member CTINFC00
/* ================================================================ */   
/*                                                                  */   
/* $MAC(CTINFC00)  COMP(5694DF121)                            @L84A */   
/*                                                                  */   
/* Z/OS Network File System Client.                                 */   
/* Sample CTRACE options.                                           */   
/*                                                                  */   
/* COPYRIGHT:                                                       */     
/*PROPRIETARY V3 STATEMENT                                          */   
/*Licensed Materials - Property of IBM                              */   
/*"Restricted Materials of IBM"                                     */   
/*5650-ZOS                                                     @P02C*/   
/*COPYRIGHT IBM Corp. 2004, 2013                               @LE7C*/   
/*END PROPRIETARY V3 STATEMENT                                      */   
/*                                                                  */   
/*                                                                  */   
/* ---------------------------------------------------------------- */     
/*                                                                  */  
/* CHANGE ACTIVITY:                                                 */  
/*                                                                  */  
/* $L84=NFS,HDZ118N,051031,IBSKVV: Convert To CTrace           @L84A*/  
/* $P01=K9N0156,HDZ119N,060912,SJPLMB: Change BUFSIZE to 10M   @P01A*/  
/*------------------- Release V2R1 --------------------------- @P02A*/  
/* $P02=KEN0148,HDZ221N,20110912,SJPLMB:                       @P02A*/  
/*      1. Change Copyright to "IBM Corp." before date(s).     @P02A*/  
/*      2. Changed product id from "5694-A01" to "5650-ZOS".   @P02A*/  
/*      3. Removed '(C)' from copyright statements.            @P02A*/  
/* $LE7=__NFS__,HDZ221N,20120228,SJPLMB:                       @LE7A*/  
/*      1. Changed Copyright from 2012 to 2013.                @LE7A*/  
/* $P03=SM00306,HDZ221N,20120806,IBSKVV:                       @P03A*/  
/*      1. Add DEFOPS option of CTRACE DEFINE macro            @P03A*/  
/*                                                                  */  
/* ---------------------------------------------------------------- */  
/* DEFAULT CTINFC00 MEMBER                                          */  
/* ================================================================ */  
/*                                                                  */  
TRACEOPTS                                                               
/* ---------------------------------------------------------------- */  
/*   Optionally start external writer in this file (use both        */  
/*   WTRSTART and WTR with same wtr_procedure)                      */  
/* ---------------------------------------------------------------- */  
/*        WTRSTART(wtr_procedure)                                   */  
/*        WTRSTART(CTWTR)                                           */  
/* ---------------------------------------------------------------- */  
/*   ON OR OFF: PICK 1                                              */  
/* ---------------------------------------------------------------- */  
          ON                                                            
          BUFSIZE(10M)                                                  
/*        OFF                                                       */  
/* Note. When defining OFF do not use OPTIONS parameter.     @P03A  */  
/* ---------------------------------------------------------------- */  
/*        WTR(CTWTR)                                                */  
/* ---------------------------------------------------------------- */  
/*   OPTIONS: NAMES OF FUNCTIONS TO BE TRACED.                      */  
/*   DEFAULT OPTIONS ARE:                                    @P03A  */  
/*                ’MSG’                                      @P03A  */  
/*               ,’FFDC’                                     @P03A  */  
/* The order of Default Options cannot be changed!                  */  
/* ---------------------------------------------------------------- */  
          OPTIONS(                                                      
                  'MSG'                                    /* @P03C */  
                 ,'FFDC'                                   /* @P03C */  
                 )                                         /* @P03C */  
/*                                                                  */  

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014