Tom Marchant wrote:
On Fri, 9 May 2008 14:55:05 -0600, Steve Comstock wrote:
You could use the TM instruction to see if the hardware
has the feature. For example:

     tm   202,x'02'
     jo   extend_imm_here

Yuck!

Well, eye of the beholder.



ITYM
     TM    FLCEFACILITIESLISTBYTE2,FLCEEXTENDEDIMMEDIATE

Yuck!


X'02' is FLCEETF3, signifying Extended Translation Facility 3


You're right. My eye slid down one entry while reading my notes.
Advantage of using symbolic equates, of course.



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==



----------------------------------------------------------------------
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

Reply via email to