On Thu, Oct 27, 2016 at 10:06 AM, Itschak Mugzach <
[email protected]> wrote:

> I am trying to include a large ammount of hex (and unexpected) data in the
> program. each line is 80 bytes in length. As Rexx allowes a longer then 80
> bytes line of code, there is no problem to put each line into a variable,
> but I have about 800 lines to include... any idea how to make a block in
> the program an accssible comment?
>

​Like Walt, I'm confused by this. Are you wanting something like a UNIX
shell's "here" document? Shell example:

#!/bin/sh
x=$( { cat <<EOF
line 1
line 2
line 3
line 4
EOF​
} )



>
> ​Best,
> ITschak ​
>
> *| **Itschak Mugzach | Director | SecuriTeam Software | *
>
> *|* *Email**: [email protected] **|* *Mob**: +972 522 986404 **|*
> *Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*
>

-- 
Heisenberg may have been here.

Unicode: http://xkcd.com/1726/

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to