> Bill wrote
>Yes, but your code that accesses it can be in 24-, 31-, or 64-bit
addressing
>mode.  You can fit a 24-bit address in 31 or 64 bits, but you  can't fit a

>31-bit address in only 24 bits.  Also your open parameter list  must be
below
>the line.  So if you dynamically acquire some storage in  which to build
the
>remote parameter list for the OPEN macro, that storage must  have a 24-bit

>address.

Are you talking about a DCB only or a DCB with an accompanying DCBE ?? If
the second,
I don't agree.

Thanks to some enlightenment from Mr Rutledge, all my Assembler programs
run AMODE(31), RMODE(ANY).
  1). GETMAIN storage location as ANY.
  2). Copy DCB to GETMAINed area
  3). Open file as example:  OPEN  (FILE,(INPUT)),MODE=31
  4). Get File as example:   GET  FILE,AREA
  5). Close file as example: CLOSE (FILE),MODE=31

This just a simple example of input file process.  FILE points to GETMAINed
area and all DCB's have
their own accompanying DCBE.  At no time is execution changed from 31-bit
to 24-bit or back again.

Don't understand what you are saying about OPEN parameterlist being below
the line.  Mine aren't
and it works perfectly.  I don't see any reason why all Assembler programs
can't run 31-bit.

Regards,

Tom Savor
Fidelity National Information Services
3905 Brookside Parkway
Alpharetta, GA  30022

Phone: 770-576-1167
cell:  404-660-6898
E-Mail: [EMAIL PROTECTED]




------------------------------------------------------------------------------
This message contains information from Certegy, Inc which may be confidential 
and privileged.  If you are not an intended recipient, please refrain from any 
disclosure, copying, distribution or use of this information and note that such 
actions are prohibited.  If you have received this transmission in error, 
please notify by e:mail [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