In <[email protected]>, on
03/03/2015
   at 08:33 AM, Donald Likens <[email protected]> said:

>000008 #pragma map(SDKREAD,"SDKREAD") 
>(I do not know what this does)

Isn't that the pragma to map a long or dual casename into an upper
case short external name?

>000010 extern "OS" int SDKREAD(char PRINTLine[121])  

What effect does 'OS"' have on the interpretation of "char"? Could the
compiler be expecting the parameter to be prefixed by a length field?

>SDKREADP DS    0A 

Is that in a CSECT or a DSECT?

>SDKREADE DC    A(SUBFBC)

SDKREADE DC    A(X'80000000'+SUBFBC)

-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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

Reply via email to