Posted: Mon Mar 14, 2005 10:10 pm Post subject: How EDIT Masks work??
Hi,
Can anybody please let me know how EDIT masks work??
Code:
3/,2:'AVERAGE PRICE OF BOOK IN STOCK: ',
AVG=(170,4,BI,M18),
3/,2:'TOTAL PRICE OF BOOKS IN STOCK: ',
TOTAL=(170,4,BI,EDIT=($II,IIT.TT)))
I am trying to use edit masks for these numeric fields; but as I am increasing the mask, I am getting different results eventhough I am performing operations on the same field.
EDIT=(pattern) lets you define your own edit masks using I for an insignificant digit, T for a significant digit, and S for a sign along with SIGNS=(a,b,c,d).
For complete information on DFSORT's edit masks, see the discussion of "OUTFIL Control Statements" in Chapter 3 of "DFSORT Application Programming Guide". You can access all of the DFSORT books online from:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum