Discussion:
Got Adventure?
Ron Hudson
2010-08-11 20:14:26 UTC
Permalink
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
Carlos Aguilera Sr.
2010-08-11 20:33:57 UTC
Permalink
Ron:



This is system related, it is not a game



Carlos Aguilera Sr.

1401 Liggates Rd.

Lynchburg, VA 24502

434-401-4828

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org
halfmeg
2010-08-12 16:43:43 UTC
Permalink
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
Post by Ron Hudson
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
Continue reading on narkive:
Loading...