No Martin.
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
the text, but I can manage that by replacing it the another pair of
characters.

The idea came from a previous discussion about new installation functions
in SMP/E and the discussion about why mainframe installer can't work like
hose of M$. So my test shows it can. I wrote a Rexx self contained extruct
installer program. During compiler phase, xmt format files are included
into the program with some identification to help the installer find them.
when you start the program, it will create some files in XMT format and
expand them according to instructions given in the program (it opens an
edit session where the fields are marked as input and output).

works nice for me.

Best,
ITschak



ITschak Mugzach
Z/OS, ISV Products and Application Security & Risk Assessments Professional

On Thu, Oct 27, 2016 at 7:15 PM, Martin Packer <[email protected]>
wrote:

> Are you asking about how to continue a character string without
> accidentally embedding a space?
>
> If so
>
> X='ABCDEFG'||,
> 'HIJKLMN'||,
> 'OPG'
>
> Cheers, Martin
>
> Martin Packer,
> zChampion, Principal Systems Investigator,
> Worldwide Cloud & Systems Performance, IBM
>
> +44-7802-245-584
>
> email: [email protected]
>
> Twitter / Facebook IDs: MartinPacker
>
> Blog:
> https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker
>
> Podcast Series (With Marna Walle): https://developer.ibm.com/tv/mpt/    or
>
> https://itunes.apple.com/gb/podcast/mainframe-performance-
> topics/id1127943573?mt=2
>
>
>
> From:   Itschak Mugzach <[email protected]>
> To:     [email protected]
> Date:   27/10/2016 16:08
> Subject:        Rexx and hex data strings
> Sent by:        IBM Mainframe Discussion List <[email protected]>
>
>
>
> 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?
>
> ​Best,
> ITschak ​
>
> *| **Itschak Mugzach | Director | SecuriTeam Software | *
>
> *|* *Email**: [email protected] **|* *Mob**: +972 522 986404 **|*
> *Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
>
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

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

Reply via email to