Re: Got Adventure?

"halfmeg" <[email protected]> Thu, 12 Aug 2010 16:43:43 -0000
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>

Hi Ron, yes it is Adventure but there is a name clash in SYS1.CMDPROC, the calling proc, and SYS2.CMDLIB, the executable.  

Change SYS1.CMDPROC to look like below:
----------------------------------------------------
ALLOC FI(CAVES) DA('MVS.ADVGAME.CNTL(ADVNTCAV)') SHR   
CALL 'SYS2.CMDLIB(ADVENTUR)'                           
FREE FI(CAVES)                                         
----------------------------------------------------

and rename ADVENT to ADVENTUR in SYS2.CMDLIB.

Entering ADVENT at the READY prompt will get you started.

This is fixed in the TK3UPD system available from:

http://www.4shared.com/file/RfClJ57w/tk3upd.html

Phil - at least I think that is all there is to that fix

> Ron Hudson wrote:

> Hi Everyone!
 
> I see an executable - ADVENT right at the top of SYS2.CMDLIB
 
> but when I invoke it....
>  USERID=MANAGER,RPF START:  13:11:41,RPF END:  13:12:39
>  READY
> advent
>  ADVENT   ENDED DUE TO ERROR+
>  READY
 
> Is this 'Adventure'?
> how do I properly start it?
 
> Ron