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

Can I preblank quotes ?


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

New User


Joined: 07 Feb 2006
Posts: 11

PostPosted: Wed Apr 26, 2006 7:15 pm
Reply with quote

How would I preblank quotes ? Like this:

PREBLANK=C'''

or

PREBLANK=C''''

?
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 Apr 26, 2006 9:42 pm
Reply with quote

Are you asking about the PREBLANK parameter of DFSORT's new JFY and SQZ functions? If so, you can preblank apostrophes (' = single quote) using:

Code:

PREBLANK=C'''' or PREBLANK=X'7D'


You can preblank quotes (") using:

Code:

PREBLANK=C'"' or PREBLANK=X'7F'
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 Help in extracting data between doubl... DFSORT/ICETOOL 5
No new posts Translating Quotes CLIST & REXX 6
No new posts Strings with double quotes having pro... All Other Mainframe Topics 11
No new posts To change double quotes into csv read... COBOL Programming 3
This topic is locked: you cannot edit posts or make replies. Put quotes in Symbolic parameter whil... All Other Mainframe Topics 7
Search our Forums:

Back to Top