|
cobol400-l-request@xxxxxxxxxxxx wrote: > 4. RE: Problem with subfiles (Jon Paris) > > >> We are trying to modify subfile programs so that they could be run >interactively as well as in batch mode. > >Other than through a redesign of the application, the only way I know to do >this is through the use of the virtual terminal APIs. I haven't used them >from COBOL so I have no examples, but they should work. It's possible that the virtual terminal APIs would be used, though I don't see that that would actually be required. Most certainly there _MUST_ be a device description that can be used and it must be ACQUIREd in COBOL -- the COBOL reference section on ACQUIRE points you to the requirements for acquiring devices. Not having done this directly in COBOL, I'm not sure how many ways it can be accomplished. I've done it CL often enough; there, once requirements are met for acquiring, it only needs an OVRDSPF DEV(&dev) before any SNDF or SNDRCVF. This could possibly be done in a wrapper CLP or a CLLE module. It might not require any changes to the COBOL at all as long as there are no required keyboard actions such as pressing <Enter> to respond to the subfile display. If keyboarding is required, then virtual terminal APIs may be needed. Tom Liotta -- -- Tom Liotta The PowerTech Group, Inc. 19426 68th Avenue South Kent, WA 98032 Phone 253-872-7788 x313 Fax 253-872-7904 http://www.powertechgroup.com __________________________________________________________________ Try AOL and get 1045 hours FREE for 45 days! http://free.aol.com/tryaolfree/index.adp?375380 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.