IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DISPLAY operand and edit masks


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
madmartinsonxx

New User


Joined: 10 Dec 2010
Posts: 96
Location: Massachusetts

PostPosted: Tue Oct 11, 2011 1:45 am
Reply with quote

Code:

           TITLE('POWER PLANT TRANSACTION DETAIL FROM E RUN') -                 
           TIME     -                                                           
           WIDTH(125) -                                                         
           HEADER('COMPANY')        ON(001,03,CH) -                             
           HEADER('DOC TYPE')       ON(04,02,CH)  -                             
           HEADER('COST ELEMENT')   ON(006,10,CH) -                             
          *HEADER('DB / CR')        ON(016,01,CH) -                             
          *HEADER('COUNT')          ON(017,05,CH) -                             
           HEADER('DEBIT')          ON(050,20,SFF,EDIT=(SIII,III,III,IIT.TT)) -
                                                  $                             
ICE640A 0 INVALID FORMATTING ITEM                                               
           HEADER('CREDIT')         ON(070,20,SFF,C1) -                         
          *HEADER('DEBIT')          ON(050,20,SFF,C1) -                         
          *HEADER('CREDIT')         ON(070,20,SFF,C1) -                         
          *HEADER('QUANTITY')       ON(042,20,SFF,D1) -                         
           TOTAL('TOTALS')                                                     
ICE602I 0 OPERATION RETURN CODE:  12                                           
                                                                               
ICE630I 2 MODE IN EFFECT:  SCAN                                                 

From what I see in the manual it looks like I should be able to use the edit mask for formatting this field. It only will take like the C1 guy ( and his brothers ) if I need them.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Oct 11, 2011 2:07 am
Reply with quote

I'm not sure what you're asking.

Quote:
From what I see in the manual it looks like I should be able to use the edit mask for formatting this field.


EDIT is valid in INREC, OUTREC and OUTFIL. It is not valid in ON.

Quote:
It only will take like the C1 guy ( and his brothers ) if I need them.


Yes, those are valid in ON.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
Search our Forums:

Back to Top