|
View previous topic :: View next topic
|
| Author |
Message |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10900 Location: italy
|
|
|
|
just a reminder,
since the TS is talking about a record length of 133,
probably ( or rather, certainly ) the recfm is FBA/FBM
so the first byte will contain the printer control char,
to check for blank lines the test should start at column 2 for 132 bytes |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Developer

Joined: 15 Feb 2005 Posts: 7129 Location: San Jose, CA
|
|
|
|
That may well be true.
I don't think 0C would be an FBA control character. It could be an FBM control character - I couldn't find 0C listed in my yellow card, but it certainly could be a machine code (I found 0A and 0B).
In which case:
| Code: |
OMIT COND=(2,132,CH,EQ,C' ')
|
should work. |
|
| Back to top |
|
 |
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1216 Location: Dublin, Ireland
|
|
|
|
| Quote: |
| It is the hex value of Positive sign. |
| Quote: |
think that you are pretty well mistaken in your statement that '0C'X equates to charachter +
|
I would think that the X'0C' is a packed decimal positive zero?
Garry. |
|
| Back to top |
|
 |
expat
Global Moderator

Joined: 14 Mar 2007 Posts: 8797 Location: Welsh Wales
|
|
|
|
| Well, to me a positive sign is + and in my book thats '4E'X. |
|
| Back to top |
|
 |
|
|