View - Indexing a Report Before its First Run
search cancel

View - Indexing a Report Before its First Run

book

Article ID: 260065

calendar_today

Updated On:

Products

View

Issue/Introduction

Please tell me information about the indexing of a report before its first run. 

Environment

Release : 14.0

Resolution

A logical view can be defined in View, prior to the collection of any reports that will be utilizing it.

Here is a sample logical view definition:

 . Report named SAMPREPORT
 . Index name of SAMPINDEX for line 1 column 1 for length of 15

For the above, the following SARBCH statement can be used:

/DEFVIEW  VIEW=SAMPREPORT 
          NUM=1
          INDEX=(SAMPINDEX,1,1,15)

 . The following URL is for "Define Logical Views" in the View documentation:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-view/14-0/using/sysadmin-define-online-specs/define-logical-views.html

 . The following URL is for using the SARBCH /DEFVIEW statement, to define logical views:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-view/14-0/reference/use-sarbch-utility-to-collect-output/sarbch-control-statements/defview-control-statement.html