------------------<snip>---------------------

john gilmore wrote:

There are straightforward ways to update [necessarily] DASD-resident PS datasets in assembly language using the NOTE and POINT macros (q.v.), but I am not aware that any statement-level procedural language supports these operations, and Enterprise COBOL certainly does not. (An LE-compliant pair of COBOL-callable HLASM subroutines would of course be easy to write.)

John Gilmore
Ashland, MA 01721-1817
USA


Assembler: use DCB MACRF=(GL,PL), open for UPDAT,
           issue GET, change data, issue PUTX

COBOL: open for I-O, issue READ, change data,
       issue REWRITE

DASD only.

Can also do for PL/I and, I believe, C.

------------------------<unsnip>------------------
Steve, I believe it MACRF=(GL,PM) for PUTX, isn't it?

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