On 3/23/2012 1:16 PM, Phil Smith wrote:
When writing an LC C program that calls an HLASM function, the last element
of
the parameter list does not have the high-order bit set. Is there an option to
force it to do so? We can't seem to find one?!
--
...phsiii

Phil Smith III
p...@voltage.com<mailto:p...@voltage.com>
Voltage Security, Inc.
www.voltage.com<http://www.voltage.com>
(703) 476-4511 (home office)
(703) 568-6662 (cell)


Simplist is to include something like:

#pragma linkage(sub_name,OS)


This, and a lot more, is covered in our course
"Cross Program Communication in z/OS"
 (see http://www.trainersfriend.com/Language_Environment_courses/m520descr.htm )


Alternatively, you can use

#pragma runopts(PLIST(OS))

and work with the __osplist macro

This, and a lot more, is covered in our course
"Introduction to TSO and REXX APIs"
  (see http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a780descrpt.htm )




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
    for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to