Re: Tab delimiter
- From: "William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Oct 2006 22:08:40 GMT
X"09" is certainly the correct way to specify a HEX character. If that still
doesn't work, you could use the special-names paragraph to define a
special-character.
--
Bill Klein
wmklein <at> ix.netcom.com
<hmitchell@xxxxx> wrote in message
news:1161980352.958560.301300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dear guys,
I used frequently UNSTRING identifier DELIMITED BY "," with success.
Now, it is the first time I am trying to unstring a tab delimited file.
I tried DELIMITED BY X"09"; ...X"9"...X'9'...X'09'...TAB...without
success. In the best scenario, it only unstrings the 1rst. field.
Currently, I am using Fujitsu COBOL85.
When I compile using "X9" or X'9' or X'09' this is the error:
JMN1028I-S NUMBER OF HEXADECIMAL CHARACTERS(0 THROUGH 9 AND A THROUGH
F) OF HEXADECIMAL NONNUMERIC LITERAL MUST BE MULTIPLE OF 2. ZERO IS
ADDED TO THE LAST CHARACTER.
I will appreciate if anyone can help me.
Thanks
.
- References:
- Tab delimiter
- From: hmitchell
- Tab delimiter
- Prev by Date: Re: COBOL is dynamic (depends)
- Next by Date: Re: Tab delimiter
- Previous by thread: Tab delimiter
- Next by thread: Re: Tab delimiter
- Index(es):