Re: Re: Where do I start?
"Greg Price" <greg.price-sFbbPxZDHXw0n/[email protected]> Fri, 28 May 2010 19:05:59 +1000
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 27 May 2010 17:14:49 -0700, Ron Hudson wrote: >And when used as an Attribute Character in Start Field x'1D01' it marks a >normal intensity alphanumeric unprotected field with its MDT set? Ron, If you want, visit http://www.prycroft6.com.au/misc/3270.html and read the text which talks about "parity". (It's not really parity as such, but that word is present in the text so you can search for it.) You could also look at http://www.prycroft6.com.au/misc/3270eds.html and search for NOWAIT. Even these days, processing files with DCBs (non-VSAM) is much more common in application code than using ACBs (as you do for VSAM, amongst other things), so I would recommend trying out sequential I/O first before looking at VSAM. Cheers, Greg