Hi folks,
I finnaly managed to configure Hercules for os/360 but when I telnet with 3270 emulator to my Hercules on the first screen I see this:
___________________________________________
Hercules Version : 3.07
Host name : mypc
Host OS : Windows_NT-6 1
Host Architecture : i686
Processors : MP=2
Chanl Subsys : 0
Device number : 0701
Subchannel : 0001
HHH HHH The S/370, ESA/390 and z/Architecture
HHH HHH Emulator
My PC thinks it's a MAINFRAME
________________________________________________
Which button or combination of keys I must press to move into next window. because this windows seems to be just welcome screen.
I tired to look in the hercules page but can't find such information.
Hercules 3270 telnet connection first screen
Re: Hercules 3270 telnet connection first screen
Now I know that I need to do something with TSO (set uop it on my Hercules)
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Hercules 3270 telnet connection first screen
Which button or combination of keys I must press to move into next window. because this windows seems to be just welcome screen.
the hercules logo will disappear at the first I/O from the operating system
after IPL
if the 3270 session is the console, You will see the normal ipl message sequence
if the 3270 session is a generic 3270 ( not a console )
the hercules logo will disappear as soon as the node is activated by VTAM
odd that You were not able to find any info ...
here are some useful links
http://www.jaymoseley.com/hercules/
http://www.bsp-gmbh.com/hercules/index.shtml
http://www.bsp-gmbh.com/turnkey/
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
Re: Hercules 3270 telnet connection first screen
Which host OS is best for Hercules? Linux or Windows? Curently I have hercules on Windows XP. But thinking about install it on Debian
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Hercules 3270 telnet connection first screen
does not make too much difference from a performance point of view
/personal opinion on
on a linux like platform is much easier to build additional tools and extensions
the development environment is already there, under windoze You will have to
install the Visual <thingies> to compile anything
on linux more scripting languages are available perl,python,
on windows XP You have the 3gb limitation for the PC storage seen by winxp
on any decent linux thing with the latest processors You have the advantage
of being able to build a 64 bits executable
there is a bit of debate going about the performance of the various combinatios
32/64 bits guest VS. 32/64 bits hercules executable VS. 32/64 bits kernel mode
( yes on mac leopard/snow leopard a 32 bits kernel can run 64 bits applications )
I am currently running on a mac book pro 64 bits kernel and hercules, 32 bits MVS 3.8
/personal opinion on
on a linux like platform is much easier to build additional tools and extensions
the development environment is already there, under windoze You will have to
install the Visual <thingies> to compile anything
on linux more scripting languages are available perl,python,
on windows XP You have the 3gb limitation for the PC storage seen by winxp
on any decent linux thing with the latest processors You have the advantage
of being able to build a 64 bits executable
there is a bit of debate going about the performance of the various combinatios
32/64 bits guest VS. 32/64 bits hercules executable VS. 32/64 bits kernel mode
( yes on mac leopard/snow leopard a 32 bits kernel can run 64 bits applications )
I am currently running on a mac book pro 64 bits kernel and hercules, 32 bits MVS 3.8
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Hercules 3270 telnet connection first screen
enrico-sorichetti wrote:on linux more scripting languages are available perl,python,
which are all available on Windoze although you will have to obtain them, for free.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
- alexlloyd54
- Posts: 19
- Joined: Mon Apr 26, 2010 1:20 pm
- Skillset: I'm a retired (Senior Systems Programmer), My Experience covers: MVS/XA, MVS/ESA, OS/390 up to 2.10
That includes: VTAM, NCP, RACF, JES2, and some CA products like ROSCOE, Librarian etc.
No experience on Z/OS due to my retirement :( - Referer: Google search
Re: Hercules 3270 telnet connection first screen
NicC wrote:enrico-sorichetti wrote:on linux more scripting languages are available perl,python,
which are all available on Windoze although you will have to obtain them, for free.
I think you could get them too by using Cygwin
If I told you, Mossad would have to kill you :)
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Hercules 3270 telnet connection first screen
I don't think there are any TCP/IP stacks or OS/360; this may present a problem.
My memory says the only terminal I/O for TSO in OS/360 was a basterdized TCAM interface. I don't know how one would do the terminal I/O.
My memory says the only terminal I/O for TSO in OS/360 was a basterdized TCAM interface. I don't know how one would do the terminal I/O.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Hercules 3270 telnet connection first screen
I think you could get them too by using Cygwin
Cygwin provides an almost full unix emulation layer, a bit complicated to manage
for the most common scripting languages Rexx,Python,Perl, TCL a native windows version is available
sourceforge.net for REXX ( regina, ooRexx )
actvetate.com for Python,TCL,Perl
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4
- 3219
-
by prino
View the latest post
Tue Nov 24, 2020 6:12 pm
-
- 0
- 1390
-
by Daniel9999
View the latest post
Tue Feb 09, 2021 2:13 am
-
-
emulator 3270 "divided" into 2 Screens ??
by swist10 » Thu Jan 05, 2023 6:50 pm » in Simulators & Emulators - 0
- 5287
-
by swist10
View the latest post
Thu Jan 05, 2023 6:50 pm
-