Section
2, Task 1: Customize and Verify Your Test PDB Action 4: Build views |
|
%CPSTART(MODE=BATCH,SYSTEM=MVS, ROOT='itsv.prefix.', PDB='your.test.pdb',DISP=OLD, MXGSRC=('mxg.userid.sourclib' 'mxg.mxg.sourclib'), MXGLIB=mxg.mxg.formats ); %CPCAT; cards4; build views name = _all_; ;;;; %CPCAT( cat=work.temp.bldviews.source ); %CPDDUTL( entrynam=work.temp.bldviews.source, list=yes );
where itsv.prefix is the high-level qualifiers (with or without a trailing period) of the SAS library at your site that contains the IT Service Vision server software, and your.test.pdb is the name (high-level-qualifiers with or without a trailing period) of the IT Service Vision PDB for which you want to build the table views.
For more information on the BUILD VIEWS control statement, see the information on the %CPDDUTL macro and its control statements in the Macro Reference documentation for IT Service Vision.