|
|
| Author |
Message |
Yugaswaroopini
New User
Joined: 21 Dec 2007 Posts: 3 Location: India
|
|
|
|
Hi,
There is a requirement (given below) in our project to use hyperlink in a cobol program.
The customer has to be able to go to detailed statement from a group statement by clicking on detailed account number and back to list of accounts by clicking on a link within the detailed account statement.
Please let me know how to create hyperlink in a cobol program.
Thanks, |
|
| Back to top |
|
 |
References
|
Posted: Thu May 29, 2008 2:51 pm Post subject: Re: How to create hyperlinks in a cobol program? Is it possible? |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1490 Location: germany
|
|
|
|
cobol is not your limitation. it is the mainframe.
the requirement was written without knowledge.
from a 3270 screen, you need to use cursor sensitive code to determine the next selection.
this is something that cics programmers have been doing for years, 'drilling down thru reports to detail'.
you will have to design your sceen, providing options for deeper level display. |
|
| Back to top |
|
 |
vasanthkumarhb
Active User
Joined: 06 Sep 2007 Posts: 298 Location: Bang,iflex
|
|
| Back to top |
|
 |
|
|