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


REFORMAT

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

FIELDS operand: You can use symbols where you can use fields (p,m and p). A symbol for p,m,f results in substitution of p,m.

FILL operand: You can use symbols where you can use constants (C'x' and X'yy'). A symbol for 'string' always results in substitution of C'string'.

Example 1
  REFORMAT FIELDS=(F1:RDW,Profit_or_Loss,F2:Any_Format,
      F1:Variable_Fields),FILL=filler 
will be transformed to:
 REFORMAT FIELDS=(F1:1,4,31,10,F2:12,3,F1:451),FILL=C'*'   

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014