Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Batch Optimizer (Advanced and Standard) 2.9.

NVCSV and VSCSV DD statement


The non-VSAM (NVCSV) and VSAM (VSCSV) DD statements define an optional CSV-formatted data set where selected Data Optimizer SMF records are written. This topic contains examples of the NVCSV and VSCSV DD statement syntax.

The CSV-formatted output copies only Data Optimizer SMF records. This output has the advantage of producing data sets that are smaller than the normal Data Optimizer reports.

In the following examples, ?SHAREQUAL?.USMF1.NVCSV in the DSN= line is your output CSV data set.

The following figure is an example of the non-VSAM DD statement syntax.

DAPUSMF1 NVCSV DD statement syntax

//NVCSV    DD  DISP=(NEW,CATLG,DELETE),          
//             DSN=?SHAREQUAL?.USMF1.NVCSV,      
//             DCB=(DSORG=PS,RECFM=VB,LRECL=512),
//             SPACE=(CYL,(50,1)),               
//             UNIT=?DISKUNIT?

The following figure is an example of the VSAM DD statement syntax.

DAPUSMF1 VSCSV DD statement syntax

//VSCSV    DD  DISP=(NEW,CATLG,DELETE),          
//             DSN=?SHAREQUAL?.USMF1.NVCSV,      
//             DCB=(DSORG=PS,RECFM=VB,LRECL=512),
//             SPACE=(CYL,(50,1)),               
//             UNIT=?DISKUNIT?


Related topic


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView Batch Optimizer (Advanced and Standard) 2.8