开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Replacement file: vs167gen_2021-07-27.zip


 

I uploaded a new file "vs167gen_2021-07-27.zip" containing sample VS1 6.7 build jobs on 2021-07-31. This replaces the previous "vs167gen_2021-06-11.zip" file of sample build jobs, which has been deleted. The sample stage 1 deck has been modified to include a UNITNAME for "SYSSQ" because IBM uses that name in some of its distributed procedures (in particular, ASMFC, ASMFCG, ASMFCL, ASMFCLG, PTFLE and RMTGEN). If you've already done a sysgen without SYSSQ, you might want to modify those procedures to specify SYSDA instead.

--


 

Hi Kevin,

I'm trying to ipl that system now.

What is the reply for the 'IEA150A SPECIFY HARDCPY' message ?

thx

Mike


 

Mike,
You can not use 3270 terminal with the starter system!
you must use TELNET as the console device, with "set localecho" & "set ntlm"
o localhost 3270 try this will connect. note no error correct must be careful!!

On Saturday, September 25, 2021, 06:47:48 PM MST, Mike Stramba <mikestramba@...> wrote:

Hi Kevin,

I'm trying to ipl that system now.

What is the reply for the 'IEA150A SPECIFY HARDCPY'? message ?

thx

Mike


 

Thx, that's what I ended up doing (using telnet), though I started
with the configuration file
in conf/vs1-fdlb67.conf.

Even if I connect with telnet as device 01f, if the "0010 3270" line
is NOT commented out, the "..IEA150A SPECIFY HARDCPY" message is sent
to the *telnet* terminal, ... preventing the rest of the IPL process.

Mike.

On 9/26/21, Gary Cozzolino via groups.io <gcozzie@...> wrote:
Mike,
You can not use 3270 terminal with the starter system!
you must use TELNET as the console device, with "set localecho" & "set
ntlm"
o localhost 3270 try this will connect. note no error correct must be
careful!!


On Saturday, September 25, 2021, 06:47:48 PM MST, Mike Stramba
<mikestramba@...> wrote:

Hi Kevin,

I'm trying to ipl that system now.

What is the reply for the 'IEA150A SPECIFY HARDCPY'? message ?

thx

Mike












 

The reply should probably be something like:

r 00,'hardcpy=(syslog,all,cmds)'

or

r 00,'hardcpy=(ddd,all,cmds)'

where "ddd" is a console that is a printer or printer-keyboard.

VS1 NIP's console interface is pretty basic, so you probably need to specify the "r 00,'" exactly, with leading zeroes and without excess spaces, and with the closing "'".

The code should be generated by assembling NIP, so it should be in the macro IEAANIP in SYS1.AMODGEN.

--
Kevin