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

Apostrophe in EZT


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiranbhargava18

New User


Joined: 21 Apr 2009
Posts: 10
Location: Hyderabad

PostPosted: Tue Dec 15, 2009 9:33 am
Reply with quote

In EZT,
I want to write O'KELLY in the output file as O'KELLY only and not as O"KELLY.....
how would i do that ?
My requiremnt does not allow me to use a double apostrophe (") in the output file.

Is it possible in EZT ?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 15, 2009 1:40 pm
Reply with quote

Code:
Use ''''

Code'd
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 15, 2009 2:16 pm
Reply with quote

My first input was not totally correct in this case.
You could try the following :

’Judge O'’Connor’
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: Tue Dec 15, 2009 8:27 pm
Reply with quote

Hello,

Are you using a literal or is the "real" data in a data field somewhere?

When i'm working with literals, i often put the hex value for things like quote, tab, period, etc in a working-data field.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Dec 16, 2009 10:34 am
Reply with quote

Peter,
Please use BBCode where appropriate. Otherwise it's difficult to tell
''''
from '"'
from
Code:
''''
from
Code:
'"'
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Dec 16, 2009 1:48 pm
Reply with quote

Ok Terry, will do that next time.

They are single quotes.
And have now been "Code'd" above
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts How to delimit data with '|' which ha... DFSORT/ICETOOL 5
No new posts Dropping all Apostrophe's DB2 3
No new posts Inserting an Apostrophe in DB2 table DB2 3
No new posts Insertion of Apostrophe vale in DB2 DB2 2
No new posts How to insert a Apostrophe using OUTREC DFSORT/ICETOOL 4
Search our Forums:

Back to Top