The LISTFILT control statement produces a listing of FILTER definitions. The listing is written to the REPORT DD statement.
To produce control cards that can be used to add or modify existing FILTER definitions on DEFFILT statements, code the CTLCARDS DD statement.
Syntax:
/LISTFILT ID=fname USER=
Where:
Specifies 1-8 character name for the filter to be listed. A generic filter ID can be specified by ending the filter ID with an asterisk. If ID is omitted, all filters are listed.
Specifies 1-8 character name of user last updating filter. A generic user name can be specified by ending the user name with an asterisk. If USER is omitted, all filters matching ID are listed.
The LISTVIEW control statement produces a listing of Logical View definitions. The listing is written to the REPORT DD statement.
To produce control cards that can be used to add or modify existing logical views on DEFVIEW statements, code the CTLCARDS DD statement.
The listing of logical view definitions can be for an individual logical view, a group of logical views, or all logical views. In addition, if the CTLCARDS DD is present in the JCL, SARBCH DEFVIEW control statements are created for each view listed in the report. This allows you to clone the logical view definition which can be modified or added in batch. See the DEFVIEW statement for an explanation of the output format.
The following Logical View listing is generated by the LIST control statement:
11/10/2013 09:57:51 CA View Output Archival and Viewing (nn.n) Page 1 SARBCT Batch Processing Utility - Logical view Listing View Id Num Acc Userid Filter Description -------------------------------- --- --- -------- -------- ---------------------------------------- TESTVIEW1 001 PUB LOGICAL VIEW NUMBER 1 TESTVIEW2 001 PUB NBLK LOGICAL VIEW NUMBER 2 TESTVIEW9 001 PUB LOGICAL VIEW NUMBER 9
The following DEFVIEW statement is generated by the LISTVIEW control statement:
/DEFVIEW VIEW='TESTVIEW1' NUM=1 USER= FILTER= SECURED=N DESC='LOGICAL VIEW NUMBER 1 ' DEFAULT=N LOCKLEFT=N DISPCC=Y EXCPAGES=1 EXCRECS=3 DISPRECS= ACL1=G AHL1= ACL2=R AHL2= ALINES=1 HSCROLL=N HEADING=(('TEST PRIMARY HEADING',W,B)) HED1=1 HED2=2 HED3=3 HED4=4 HED5=5 HED6=6 CLR1=R CLR2=P CLR3=G CLR4=Y CLR5=W CLR6=T HLT1= HLT2=B HLT3= HLT4=U HLT5=R HLT6= COLUMN=((1 ,10 , , , ), (20 ,15 , , , ), (50 ,8 , , , )) CRINDEX=Y SEARCH=((1 , ,25 , ,EQ, 'CHECK NUMBER' ,M,!), (!+1 , ,!+1 , ,EQ, 'REFERENCE' ,M,@), (@+2 , ,@+2 , ,EQ, 'TESTING' ,M,#)) INDEX=((CHECK ,!+0 ,!+13 ,8 ,ALL ,YES,YES), (REF-NO ,@+0 ,@+11 ,9 ,ALL ,NO ,YES), (TEST ,#+1 ,#+0 ,5 ,ALL ,NO ,NO ), (PAGE ,1 ,130 ,3 ,ALL ,NO ,YES), (TRANDATE,2 ,1 ,8 ,ALL ,NO ,YES), (DIVISION,2 ,85 ,3 ,NBLK ,YES,YES))
Syntax:
/LISTVIEW VIEW=vname NUM=vnum USER=userid FILTER=filter
Specifies the name of the Logical View ID to be listed.
The value can be 1 to 32 characters.
A generic ID can be specified by appending an asterisk to the generic ID. If omitted, all Logical Views are listed.
You cannot specify this parameter with the USER or ID parameter.
Note: If the View id contains embedded blanks, commas, equal signs, parentheses, or quotes, it must be enclosed in quotes (single or double). Enter any quotes in the Report-id as a pair of quotes because a non-paired quote ends the ID. For example, if the value is JIM’S REPORT, enter it as ‘JIM’’S REPORT’ or "JIM’S REPORT".
Specifies that only a specific view number is listed. If left blank or omitted, public and private views are listed.
Specifies that only private views for this userid are to be listed. If left blank or omitted, public and private views are listed.
Specifies 1 to 8 character filter name. A generic filter name can be specified by ending the filter name with an asterisk. Only logical views with matching filter names are listed.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|