I am puzzled by
...data=(5R,EQC,SYS1.TCPPARMS)

This syntax is not supported by SLIP (and indeed does not work when I try 
it).  You would have to enter the characters in hex.
And in one data keyword triplet you cannot compare that much data. You 
would need multiple triplets to compare 13 characters.

Further, it would not work, as it would attempt to compare the contents of 
register 5 to "something". I presume that is not what is intended.
I presume it wants to compare what register 5 points to, to "something". 
That would be accomplished by 5R? not 5R. 

If you want to compare the 4 bytes pointed to by register 5 to 'SYS1', 
data=(5R?,EQ,E2E8E2F1)

Based on the displayed message, it appears that the ICH408I minor lines 
might begin with two blanks. If so, 5R?+2 might be the right thing.

Peter Relson
z/OS Core Technology Design

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

Reply via email to