Tom Savor wrote:
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

#1 above GETMAIN location should be "BELOW" or "24" -- not "31" or "ANY".

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

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