Hello Antonio.

I imply absolutely nothing about DFSORT and floating point.

As you have more than one value for that byte IFTHEN is probably the most
appropriate for you...

For X'44' multiply the rest of the field by one factor. For X'45' multiply
by another. That will require the latest PTFs to provide IFTHEN and the
arithmetic expressions capabilities. While you're at it I'd fill in from
X'41' right through to X'4F' or whatever, and have an "otherwise" clause.
IFTHEN can easily simulate

SELECT
WHEN ... DO
  ...
END
WHEN ... DO
  ...
END
OTHERWISE
  ...
END

The reason you need to do the subtraction is because eg SMF71CLA includes
the page frames that are in SMF71CAA. They are "nested". And that requires
the earlier PTF to do the maths.

HTH, Martin

Martin Packer, MBCS  CITP                    Martin Packer/UK/IBM
020-8832-5167 in the UK  (+44)   (MOBX 273643, Internal 7-325167, Mobile
07802-245584)

"Las cosas de palacio van despacio"

External Blog:
http://www-128.ibm.com/developerworks/blogs/dw_blog.jspa?blog=476
Internal Blog:
http://barney.adtech.internet.ibm.com/pilot/weblogs/comments/[EMAIL PROTECTED]

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