View previous topic :: View next topic |
Author |
Message |
bstillwa Beginner
Joined: 01 Nov 2004 Posts: 23 Topics: 6 Location: NJ
|
Posted: Tue Apr 17, 2007 8:29 am Post subject: generate hyperlink in COBOL using TSO |
|
|
How does one generate a hyperlink within COBOL source code using TSO as the editor? In other words, when browsing or editing the source in TSO, an active hyperlink to an Internet url can be clicked on, and Internet Explorer opens to that address. _________________ Bev. |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Apr 17, 2007 1:11 pm Post subject: |
|
|
This is not a function of TSO (by which I assume you mean ISPF), but of the 3270 emulator you are using. If the emulator implements it, configure the emulator to do it. If not, you may be able to write an emulator macro to do this. Either way, it is not part of 3270 architecture. |
|
Back to top |
|
|
|
|