Home > Archive > Cobol > May 2005 > Screen descriptions in HP Cobol on VMS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Screen descriptions in HP Cobol on VMS
|
|
| Volker Englisch 2005-05-16, 3:55 pm |
| Hi,
I was used to describe screen layouts using the SCREEN SECTION or doing
a DISPLAY ... AT ... in a cobol program. In another newsgroup, someone
mentioned that there were much better ways to design and handle a
screen for dialogues.
On AS/400 et al., I'm used to define screens as (DDS) files and handle
them as TRANSACTIONAL files from within cobol. But this is a AS/400 or
Mainframe way, isn't it?
So I'm curious how you define and handle full screen i/o in Cobol on
VMS?
Volker
| |
| William M. Klein 2005-05-17, 3:55 am |
| I am NOT a VMS programmer, but DEC was the "father" of the FIMS (Forms Interface
Management System) definition - that was adopted by CODASYL and *almost* became
a COBOL Standard. There is a LONG PDF document about it at:
http://h71000.www7.hp.com/doc/73fin...prog_ref_gd.PDF
If you are developing for VMS, I would check your reference material for "FIMS".
--
Bill Klein
wmklein <at> ix.netcom.com
"Volker Englisch" <eh97@despammed.com> wrote in message
news:d6a0l3$2oq$1@rrz.allgaeu.org...
> Hi,
>
> I was used to describe screen layouts using the SCREEN SECTION or doing
> a DISPLAY ... AT ... in a cobol program. In another newsgroup, someone
> mentioned that there were much better ways to design and handle a
> screen for dialogues.
>
> On AS/400 et al., I'm used to define screens as (DDS) files and handle
> them as TRANSACTIONAL files from within cobol. But this is a AS/400 or
> Mainframe way, isn't it?
>
> So I'm curious how you define and handle full screen i/o in Cobol on
> VMS?
>
> Volker
| |
| Volker Englisch 2005-05-17, 8:55 pm |
| William M. Klein schrieb:
> I am NOT a VMS programmer, but DEC was the "father" of the FIMS
> (Forms Interface Management System) definition - that was adopted by
> CODASYL and *almost* became a COBOL Standard. There is a LONG PDF
> document about it at:
>
> If you are developing for VMS, I would check your reference material
> for "FIMS".
Thanks a lot, I guess you put me on the right way.
Volker
|
|
|
|
|