On Wed, 21 Dec 2005 15:12:21 +0100, Thomas Berg <[EMAIL PROTECTED]> wrote:
>Yes, I have tried that; got PROG753 instead. :) The message PROG753 is correct. It occurs when you display character '29'x (Start Field Extended order) that is followed by invalid data. Read the document 3174 Establishment Controller: Functional Description GA23-0218-11 Example of valid 3270 stream using REXX: /* REXX */ sfe='29'x /* Start Field Extended */ num='01'x /* number of pairs "attribute, value " */ color='42'x /* ATTRIBUTE = COLOR */ red='F2'x /* VALUE = RED */ yellow='F6'x text1='This is red' text2='This is yellow' s1=sfe''num''color''red''text1 s2=sfe''num''color''yellow''text2 say s1 s2 Tomas ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

