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

Symnames symbol invalid with some constant data


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 Mar 01, 2011 10:35 pm
Reply with quote

Hi -
I did this:
Code:

//SYMNAMES  DD *                               
 FLD01,074,09,ZD                               
 EDITMASK,EDIT=(SIII,III,III,IIT.TT),SIGNS=(,-)
//*                                           


but got this :
Code:

ICE632I 0 SOURCE FOR ICETOOL STATEMENTS:  TOOLIN         
                                                         
ICE270I 1 PROCESSING SYMNAMES STATEMENTS                 
           EDITMASK,EDIT=(SIII,III,III,IIT.TT),SIGNS=(,-)
                    $                                   
ICE272A 1 SYMBOL, VALUE OR SYNTAX IS INVALID             


Why can't I ?
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 Mar 01, 2011 11:45 pm
Reply with quote

Quote:
Why can't I?


Because it's not valid syntax. You can't just throw in any old syntax and hope that it works. You have to use the syntax defined in the DFSORT book. That syntax does NOT include setting up symbols for edit masks.
Back to top
View user's profile Send private message
madmartinsonxx

New User


Joined: 10 Dec 2010
Posts: 96
Location: Massachusetts

PostPosted: Tue Mar 01, 2011 11:48 pm
Reply with quote

Hi,
Ok. I did look at the manual. Thought I might be able to do that anyway.
Thanks.
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 Mar 01, 2011 11:51 pm
Reply with quote

Quote:
Ok. I did look at the manual. Thought I might be able to do that anyway.


Does that come under the heading of "wishing will make it so"? icon_lol.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Mar 02, 2011 12:36 am
Reply with quote

Possibly an undocumented feature. . . icon_wink.gif
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: Wed Mar 02, 2011 2:09 am
Reply with quote

So undocumented that it results in a syntax error saying it's invalid. icon_cry.gif
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Wed Mar 02, 2011 6:15 pm
Reply with quote

Interesting idea though.
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 Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top