I think that you will find it easier to use a 2nd terminal to dial into the guest. I have SPECIAL statements in the guest directory entry at the addresses of the MVS master console and a few TSO 3270 addresses:

SPECIAL 1E00 3270 SPECIAL 1E20 3270
I also use DEDICATE statements to let the guest have the volumes it needs:

DEDICATE 0150 0150 DEDICATE 0151 0151 DEDICATE 0338 0338 DEDICATE 0339 0339
This is from the PROFILE EXEC I use:

do until (abbrev('YES',yn,1) | abbrev('NO',yn,1)) 'TELL * IPL 2nd level PROD MVS?' 'TELL * If you enter NO, you can still ipl by entering:' 'TELL * IPL cuu CLEAR STOP LOADPARM pppppppp' if rc ^= 0 then do yn = 'YES' iterate end pull yn end if abbrev('YES',yn,1) then do SAY 'When you see "IPL STOP"' SAY 'enter "DIAL MVS xxx" on another terminal' SAY 'where xxx is the master console address' SAY '...and come back to this screen and enter B' 'CP IPL 0151 CLEAR STOP LOADPARM 015143M1' end else exit
Jim




--
Jim Bohnsack
Cornell University
(972) 596-6377 home/office
(972) 342-5823 cell
jab...@cornell.edu

Reply via email to