CA Deliver - Trying to define text for a "double type" report. The hex values are not as expected, where a hex '00' is showing as a '.'
search cancel

CA Deliver - Trying to define text for a "double type" report. The hex values are not as expected, where a hex '00' is showing as a '.'

book

Article ID: 220372

calendar_today

Updated On:

Products

View

Issue/Introduction

In CA Deliver, how can you define Text Identification to allow for a x'00' value, in a text string?

  1.  S. R.1. 0. 0.  1. -.  0. 3.
0F0E0D0F0F0F0F060 F0F0
910209010000010000030

Environment

Release : 14.0

Component : CA Deliver

Resolution

As there is not a way to enter an unprintable hex character, using Deliver screens, Text Identification could be defined as follows:

                  Line         Column
Typ  R Op Beg End Beg   End   Text

PAG N EQ 1             1                 '1'
AND N LT  1             2                 ' '
AND N EQ 1             3                 'S'
AND N LT  1             4                 ' '
AND N EQ 1             5                 'R'
AND N LT  1             6                 ' '
AND N EQ 1             7                 '1'
AND N LT  1             8                 ' '
AND N EQ 1             9                 '0'
AND N LT  1           10                 ' '
AND N EQ 1           11                 '0'
AND N LT  1           12                 ' '
AND N EQ 1           13                 '1'
AND N LT  1           14                 ' '
AND N EQ 1           15                 '-'
AND N LT  1           16                 ' '
AND N EQ 1           17                 '0'
AND N LT  1           18                 ' '
AND N EQ 1           19                 '3'
AND N LT  1           20                 ' '

Note: The above could only be used where the hex character is x'00'. Any hex value from x'01' to x'3F' will not work.