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


DISPLAY operator

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

Read syntax diagramSkip visual syntax diagram
                        .--------------------------.   
                        V                          |   
>>-DISPLAY--FROM(indd)----+-ON(p,m,f)------------+-+------------>
                          +-ON(p,m,f,formatting)-+     
                          +-ON(p,m,HEX)----------+     
                          +-ON(VLEN)-------------+     
                          +-ON(VLEN,formatting)--+     
                          +-ON(NUM)--------------+     
                          '-ON(NUM,formatting)---'     

                 .------------------------------------------.   
                 V                                          |   
>--LIST(listdd)----+--------------------------------------+-+--->
                   +-TITLE('string')----------------------+     
                   +-TITLE('string1','string2')-----------+     
                   '-TITLE('string1','string2','string3')-'     

>--+-------+--+--------+--+------+--+-------------+------------->
   '-TLEFT-'  '-TFIRST-'  '-PAGE-'  +-DATE--------+   
                                    +-DATE(abcd)--+   
                                    +-DATENS(abc)-+   
                                    +-YDDD(abc)---+   
                                    '-YDDDNS(ab)--'   

>--+------------+--+-------+--+------+-------------------------->
   +-TIME-------+  +-BLANK-+  '-NOCC-'   
   +-TIME(abc)--+  '-PLUS--'             
   '-TIMENS(ab)-'                        

   .-------------------------------------------.   
   V                                           |   
>----+---------------------------------------+-+---------------->
     +-HEADER('string1')---------------------+     
     +-HEADER('string1','string2')-----------+     
     +-HEADER('string1','string2','string3')-+     
     +-HEADER(NONE)--------------------------+     
     '-NOHEADER------------------------------'     

>--+----------+--+-----------+--+------------+------------------>
   '-LINES(n)-'  '-INDENT(n)-'  '-BETWEEN(n)-'   

>--+-------------+--+-----------------+------------------------->
   '-TBETWEEN(n)-'  '-TOTAL('string')-'   

>--+-------------------+--+-------------------+----------------->
   '-MAXIMUM('string')-'  '-MINIMUM('string')-'   

>--+-------------------+--+-----------------+------------------->
   '-AVERAGE('string')-'  '-COUNT('string')-'   

>--+---------------------+--+----------+--+-------------+------->
   '-EDCOUNT(formatting)-'  '-LIMIT(n)-'  '-VSAMTYPE(x)-'   

>--+----------+--+----------+--+-------------------------+------>
   '-WIDTH(n)-'  '-LONGLINE-'  +-BREAK(p,m,f)------------+   
                               '-BREAK(p,m,f,formatting)-'   

>--+------------------+--+------------------+------------------->
   '-BTITLE('string')-'  '-BTOTAL('string')-'   

>--+--------------------+--+--------------------+--------------->
   '-BMAXIMUM('string')-'  '-BMINIMUM('string')-'   

>--+--------------------+--+------------------+----------------->
   '-BAVERAGE('string')-'  '-BCOUNT('string')-'   

>--+----------------------+--+----------+--+-------+------------>
   '-EDBCOUNT(formatting)-'  '-STATLEFT-'  '-UZERO-'   

>--+---------+-------------------------------------------------><
   '-LISTSDB-'   

Prints the values or characters of specified numeric fields (including SMF, TOD, and ETOD date and time) or character fields in a separate list data set. Simple, tailored, and sectioned reports can be produced. From 1 to 50 fields can be specified, but the resulting list data set line length must not exceed the limit specified by the WIDTH operand or 8192 bytes if LONGLINE is specified and WIDTH is not specified, or 2048 bytes if LONGLINE and WIDTH are not specified. The record number can be printed as a special field.

DFSORT is called to copy the indd data set to ICETOOL's E35 user exit. ICETOOL uses its E35 user exit to print appropriate titles, headings and data in the list data set.

You must not supply your own DFSORT MODS, INREC, or OUTREC statement, because they would override the DFSORT statements passed by ICETOOL for this operator.

Specifying formatting items or the PLUS or BLANK operand, which can "compress" the columns of output data, can enable you to include more fields in your report, up to a maximum of 50, if your line length is limited by the character width your printer or display supports.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014