Home > Archive > Cobol > November 2004 > CICS Screen Problem
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 |
CICS Screen Problem
|
|
| Edgar Ye 2004-11-24, 11:29 pm |
| on TSO's user interface,I see there are some underlines in the first line like this :
Menu Functions Confirm
I want to know how they achieve this ?
thx! | |
| Joe Zitzelberger 2004-11-25, 8:55 pm |
| In article <1101368146.tELqn0U7tjG4bbAa8Gvp1g@tng>,
Edgar Ye <Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
> on TSO's user interface,I see there are some underlines in the first
> line like this :
>
> _M_enu _F_unctions C_o_nfirm
>
> I want to know how they achieve this ?
>
> thx!
It is likely that they used Dialog Markup Language -- very similar to
html -- to define a menu bar.
| |
| Binyamin Dissen 2004-11-25, 8:55 pm |
| On Wed, 24 Nov 2004 23:29:05 -0600 Edgar Ye
<Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
:>on TSO's user interface,I see there are some underlines in the first
:>line like this :
:>_M_enu _F_unctions C_o_nfirm
:>I want to know how they achieve this ?
Panel definition.
Or code.
What is you real question?
--
Binyamin Dissen <bdissen@dissensoftware.com>
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.
I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
| |
| Joe Zitzelberger 2004-11-29, 3:55 pm |
| In article <1101368146.tELqn0U7tjG4bbAa8Gvp1g@tng>,
Edgar Ye <Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
> on TSO's user interface,I see there are some underlines in the first
> line like this :
>
> _M_enu _F_unctions C_o_nfirm
>
> I want to know how they achieve this ?
>
> thx!
It is likely that they used Dialog Markup Language -- very similar to
html -- to define a menu bar.
| |
| Binyamin Dissen 2004-11-29, 3:55 pm |
| On Wed, 24 Nov 2004 23:29:05 -0600 Edgar Ye
<Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
:>on TSO's user interface,I see there are some underlines in the first
:>line like this :
:>_M_enu _F_unctions C_o_nfirm
:>I want to know how they achieve this ?
Panel definition.
Or code.
What is you real question?
--
Binyamin Dissen <bdissen@dissensoftware.com>
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.
I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
| |
| Binyamin Dissen 2004-11-30, 8:55 pm |
| On Wed, 24 Nov 2004 23:29:05 -0600 Edgar Ye
<Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
:>on TSO's user interface,I see there are some underlines in the first
:>line like this :
:>_M_enu _F_unctions C_o_nfirm
:>I want to know how they achieve this ?
Panel definition.
Or code.
What is you real question?
--
Binyamin Dissen <bdissen@dissensoftware.com>
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.
I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
| |
| Joe Zitzelberger 2004-11-30, 8:55 pm |
| In article <1101368146.tELqn0U7tjG4bbAa8Gvp1g@tng>,
Edgar Ye <Edgar.Ye.1g9txn@mail.codecomments.com> wrote:
> on TSO's user interface,I see there are some underlines in the first
> line like this :
>
> _M_enu _F_unctions C_o_nfirm
>
> I want to know how they achieve this ?
>
> thx!
It is likely that they used Dialog Markup Language -- very similar to
html -- to define a menu bar.
|
|
|
|
|