z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 3

z/OS DFSORT Application Programming Guide
SC23-6878-00

 OCCUR FROM(FAILURES) LIST(CHECKIT) BLANK HIGHER(4) -      
   DATE TITLE('Possible System Intruders on ',System) -     
        TITLE(Sysplex,' in ',Location) PAGE -               
        TBETWEEN(2) -                                       
        HEADER(,'Userid') ON(23,8,CH) -                     
        HEADER('Logon failures','(More than 4)') ON(VALCNT)
Assume that the SYMNAMES data set contains the following symbols:
System,S'&SYSNAME'     
Sysplex,S'&SYSPLEX'    
Location,'San Jose'   
Prints, in the CHECKIT data set:
  • A first title line containing the date, the string and System name specified in the first TITLE operand, and the page number. Two blanks appear between the title elements in the first title line as specified by the TBETWEEN(2) operand. A blank line follows the first title line.
  • A second title line containing the Sysplex name, string and Location specified in the second TITLE operand. A blank line follows the second title line.
  • An underlined three-line heading. The three-line heading for the first ON field has blanks on line1 and line2 and 'Userid' on line3. The heading for the second ON field has 'Number of' on line1, 'Logon Failures' on line2 and '(More than 4)' on line3.
  • A data line for each unique ON(23,8,CH) value for which there are more than 4 occurrences, in the BLANK format, containing:
    • The characters from positions 23-30 of the FAILURES data set
    • The count of occurrences of the characters from positions 23-30 of the FAILURES data set

The CHECKIT output starts on a new page and looks as follows (the first 2 records are shown with illustrative values):

07/22/08  Possible System Intruders on EDS3  - 1 -     
                                                       
                  MAS3 in San Jose                     
                                                       
            Logon failures                             
Userid       (More than 4)                             
--------   ---------------                             
B7234510                 5                             
D9853267                11                             
 ...                                                   
                                                       

The title lines and underlined three-line heading lines appear at the top of each page.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014