Re: Rexx and hex data strings

2016-11-02 Thread Charles Mills
LISTSERV.UA.EDU Subject: Re: Rexx and hex data strings @Gil, the below would imply it is "non-print" data rather than true hex data. And @Itschak I don't of course grasp all of the ramifications of the problem you are trying to solve, but I would say program source code should be general

Re: Rexx and hex data strings

2016-10-28 Thread Robert Prins
On 2016-10-28 18:15, Robert Prins wrote: On 2016-10-28 18:09, Robert Prins wrote: On 2016-10-28 17:40, Paul Gilmartin wrote: On Fri, 28 Oct 2016 20:18:46 +, Robert Prins wrote: On 2016-10-27 15:46, Itschak Mugzach wrote: As the information is in machine readable ([binary] data) it

Re: Rexx and hex data strings

2016-10-28 Thread Robert Prins
On 2016-10-28 18:09, Robert Prins wrote: On 2016-10-28 17:40, Paul Gilmartin wrote: On Fri, 28 Oct 2016 20:18:46 +, Robert Prins wrote: On 2016-10-27 15:46, Itschak Mugzach wrote: As the information is in machine readable ([binary] data) it can't be rapped with an apostrophe because

Re: Rexx and hex data strings

2016-10-28 Thread Robert Prins
On 2016-10-28 17:40, Paul Gilmartin wrote: On Fri, 28 Oct 2016 20:18:46 +, Robert Prins wrote: On 2016-10-27 15:46, Itschak Mugzach wrote: As the information is in machine readable ([binary] data) it can't be rapped with an apostrophe because the data may include apostrophe. ... Yes,

Re: Rexx and hex data strings

2016-10-28 Thread Paul Gilmartin
On Fri, 28 Oct 2016 20:18:46 +, Robert Prins wrote: >On 2016-10-27 15:46, Itschak Mugzach wrote: >> >> As the information is in machine readable ([binary] data) it can't be rapped >> with >> an apostrophe because the data may include apostrophe. ... >> Yes, what he said. > >Have been doing

Re: Rexx and hex data strings

2016-10-28 Thread Robert Prins
On 2016-10-27 15:46, Itschak Mugzach wrote: Walt, As the information is in machine readable (hex data) it can't be rapped with an apostrophe because the data may include apostrophe. I thought marking a block of data as comment and access it some how. May be a function like source,in May do it.

Re: Rexx and hex data strings

2016-10-27 Thread Charles Mills
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Thursday, October 27, 2016 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx and hex data strings Walt, As the information is in machine readable (hex data) it can't be rapped with an apostrop

Re: Rexx and hex data strings

2016-10-27 Thread Charles Mills
IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx and hex data strings On Thu, 27 Oct 2016 10:43:43 -0700, Charles Mills wrote: > >-Original Message- >From: Tony Harminc >Sent: Thursday, October 27, 2016 10:30 AM > >On 27 October 2016 at 12:56, Itschak Mugzach wrote: >> Wha

Re: Rexx and hex data strings

2016-10-27 Thread Paul Gilmartin
On Thu, 27 Oct 2016 10:43:43 -0700, Charles Mills wrote: > >-Original Message- >From: Tony Harminc >Sent: Thursday, October 27, 2016 10:30 AM > >On 27 October 2016 at 12:56, Itschak Mugzach wrote: >> What I am trying to reference a comment block in a rexx program. The >> SOURCELLNIE()

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
t [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Tony Harminc > Sent: Thursday, October 27, 2016 10:30 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Rexx and hex data strings > > On 27 October 2016 at 12:56, Itschak Mugzach <imugz...@gmail.com> wrote: > > What I am trying to

Re: Rexx and hex data strings

2016-10-27 Thread Charles Mills
: Thursday, October 27, 2016 10:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx and hex data strings On 27 October 2016 at 12:56, Itschak Mugzach <imugz...@gmail.com> wrote: > What I am trying to reference a comment block in a rexx program. The > SOURCELLNIE() function does wor

Re: Rexx and hex data strings

2016-10-27 Thread Tony Harminc
On 27 October 2016 at 12:56, Itschak Mugzach wrote: > What I am trying to reference a comment block in a rexx program. The > SOURCELLNIE() function does work, including if program is compiled. Still > have a problem with some odd number of '/*' or '*/' that may be included in

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
ormance- > topics/id1127943573?mt=2 > > > > From: Itschak Mugzach <i_mugz...@securiteam.co.il> > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 27/10/2016 16:08 > Subject:Rexx and hex data strings > Sent by:IBM Mainframe Discussion List <IBM-MAIN@L

Re: Rexx and hex data strings

2016-10-27 Thread Paul Gilmartin
On Thu, 27 Oct 2016 10:43:57 -0500, John McKown wrote: >On Thu, Oct 27, 2016 at 10:06 AM, Itschak Mugzach 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,

Re: Rexx and hex data strings

2016-10-27 Thread Martin Packer
From: Itschak Mugzach <i_mugz...@securiteam.co.il> To: IBM-MAIN@LISTSERV.UA.EDU Date: 27/10/2016 16:08 Subject: Rexx and hex data strings Sent by:IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> I am trying to include a large ammount of hex (and

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
**/ > WhereAmI: Return Sigl > > Charles > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Itschak Mugzach > Sent: Thursday, October 27, 2016 8:46 AM > To: IBM-MAIN@LISTSERV.U

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
s Admin/Programmer 3 > UFIT > University of Florida > (352) 273-1298 > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Itschak Mugzach > Sent: Thursday, October 27, 2016 11:07 AM > To: IBM-MAIN@LISTSERV.UA

Re: Rexx and hex data strings

2016-10-27 Thread Charles Mills
Ah, I posted something very similar a moment later. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Hardee, Chuck Sent: Thursday, October 27, 2016 8:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx and hex data strings

Re: Rexx and hex data strings

2016-10-27 Thread Charles Mills
(of caller) ***/ WhereAmI: Return Sigl Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Thursday, October 27, 2016 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Re

Re: Rexx and hex data strings

2016-10-27 Thread Nims,Alva John (Al)
Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Thursday, October 27, 2016 11:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Rexx and hex data strings I am trying to include a large ammount of hex (and unexpected) data in

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
Yes. Good idea. Can it be implemented in Rexx ? ITschak נשלח מה-iPad שלי ‫ב-27 באוק׳ 2016, בשעה 18:43, ‏‏John McKown ‏ כתב/ה:‬ > On Thu, Oct 27, 2016 at 10:06 AM, Itschak Mugzach < > i_mugz...@securiteam.co.il> wrote: > >> I am trying to include a large ammount

Re: Rexx and hex data strings

2016-10-27 Thread Hardee, Chuck
prohibited. If you are not the intended recipient, please inform the sender and delete all copies. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Thursday, October 27, 2016 11:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
Walt, As the information is in machine readable (hex data) it can't be rapped with an apostrophe because the data may include apostrophe. I thought marking a block of data as comment and access it some how. May be a function like source,in May do it. Will check this later. Any other idea how

Re: Rexx and hex data strings

2016-10-27 Thread John McKown
On Thu, Oct 27, 2016 at 10:06 AM, Itschak Mugzach < i_mugz...@securiteam.co.il> 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

Re: Rexx and hex data strings

2016-10-27 Thread Walt Farrell
On Thu, 27 Oct 2016 18:06:38 +0300, Itschak Mugzach 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

Rexx and hex data strings

2016-10-27 Thread Itschak Mugzach
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