05.02.2013 Views

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DVGLOG<br />

Defines the data set into which the server writes all messages except those<br />

displayed only on the operator’s console. DVGLOG contains a log of all file<br />

transfers that were processed during the server’s runtime.<br />

The sample shows DVGLOG allocated to a data set. You can also use a<br />

SYSOUT or tape for DVGLOG. In this case the following DCB parameters<br />

must be used:<br />

RECFM=F or FB<br />

LRECL=120.<br />

If you specify RECFM=FB, you can specify a block size as a multiple of the<br />

LRECL parameter.<br />

This DD statement is mandatory.<br />

SYSUDUMP<br />

Defines the data set that is used by the system to produce a dump if the<br />

server terminates abnormally and the internal SNAP dump facility is not available.<br />

Although SYSUDUMP is unlikely to be used, you must provide it in order to<br />

obtain enough information if a problem arises.<br />

SYSIN<br />

Defines the data set from which the server reads its initialization parameters.<br />

Some of these initialization parameters are mandatory, so you must have this<br />

data set. For more information on the initialization parameters of the server,<br />

read “Specifying Values for the Server Initialization Parameters” on page 11<strong>3.</strong><br />

The data-set name shown in the figure is an example only.<br />

The data set must be allocated with the following DCB parameters:<br />

RECFM=F or FB<br />

LRECL=80.<br />

For RECFM=FB you can specify a block size as a multiple of the LRECL<br />

parameter.<br />

//DVGSVOSI PROC LANGL=ENGLISH, default language for log file messages<br />

// LANGR=ENGLISH, default language for report file messages<br />

// SNAP=A, default class for TRACE/SNAPDUMP<br />

// UDUMP=A, default class for SYSTEM DUMP<br />

// PRINT=A default class for SYSPRINT<br />

//�--------------------------------------------------------------------<br />

//� Start a <strong>NetView</strong> <strong>FTP</strong> <strong>V2.2.1</strong> <strong>MVS</strong> OSI Server<br />

//�--------------------------------------------------------------------<br />

//DVGSTOSI <strong>FTP</strong> EXEC PGM=DVGMSOCM,PARM='&LANGL,&LANGR',TIME=144�,REGION=�K<br />

//STEPLIB DD DSN=DVG.N<strong>FTP</strong>23�.SDVGLMD3,DISP=SHR<br />

//DVGRF DD DSN=DVG.N<strong>FTP</strong>23�.RECOVERY.FILE,DISP=SHR<br />

//DVGREP DD DSN=DVG.N<strong>FTP</strong>23�.REPORT.FILEOSI,DISP=SHR<br />

//DVGSNAP DD SYSOUT=&SNAP,DCB=(LRECL=125,BLKSIZE=1632)<br />

//DVGLOG DD DSN=DVG.N<strong>FTP</strong>23�.SVLOGOSI<br />

//SYSPRINT DD SYSOUT=&PRINT<br />

//SYSUDUMP DD SYSOUT=&UDUMP<br />

//SYSIN DD DSN=DVG.N<strong>FTP</strong>23�.PARMLIB(DVGCXOSI),DISP=SHR<br />

Figure 57. Sample Startup Procedure for an OSI Server (DVGSVOSI)<br />

<strong>Chapter</strong> 10. Writing Startup Procedures for <strong>NetView</strong> <strong>FTP</strong> <strong>V2.2.1</strong> <strong>MVS</strong> 109

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!