¿ªÔÆÌåÓý

Re: RDRLIST on VM/370 CE
I am having no luck cutting and pasting from the IOS3270 Manual into the editor on VM370CE. If you send me your EXEC, I could try that, or you could load the IOS3270 MODULE from the IBM Download page
By Bob Bolch · #3609 ·
Re: RDRLIST on VM/370 CE
It uses a lot of the features for REXX on VM that I ported to run on the Community Edition. I loaded the version from Jim Elliot's OBM web page and it runs the IOS3270 ? command. I am copying the
By Bob Bolch · #3608 ·
Re: RDRLIST on VM/370 CE
Jim - the package at the IBM download site contains the IOS3270 MODULE and XMOD - do you think these could be installed on the VM/370 sixpack running under Hercules? I use x3270 (Linux) to connect to
By Dave Mitchell · #3607 ·
Re: ZIP & UNZIP for VM/370 CE?
I expect the @ use is caused by the restrictions on the character set for external symbol names in the Object Code (TEXT) file produced by all the various compilers and the Assembler on VM and MVS.
By Bob Bolch · #3606 ·
Re: ZIP & UNZIP for VM/370 CE?
No worries.? This is the INFO-ZIP code, which has been ported to/installed on MVS, so I am trying get it installed on VM/370 CE. I've followed what little directions INFO-ZIP supplies and with your
By Mark A. Stevens · #3605 ·
Re: ZIP & UNZIP for VM/370 CE?
Mark, Sorry I meant .h file and #defines to change the function names¡­. Dave Sent: 16 November 2021 21:17 To: [email protected] Subject: Re: [h390-vm] ZIP & UNZIP for VM/370 CE? Mark, I don¡¯t
By Dave Wade · #3604 ·
Re: ZIP & UNZIP for VM/370 CE?
Mark, I don¡¯t recognise any of those as ¡°C¡± Library functions. How is your ¡°C¡± arranged? Are there multiple source files? Does it rely on some other library? Where did you get it from? If
By Dave Wade · #3603 ·
Re: ZIP & UNZIP for VM/370 CE?
Thanks, Bob. That helped somewhat. in going through the code I have found, FOUND is used, but not defined in ZIP C, and FEXPEL is a function used, but not defined in ZIP C. I'm figuring the same is
By Mark A. Stevens · #3602 ·
Re: map of allocated DASD space in VM/CE
Thanks, Bob, I will take it for a spin ... :-) Mark
By Mark Waterbury · #3601 ·
Re: ZIP & UNZIP for VM/370 CE?
Hi Mark, The GCC C compiler supplies two different runtime libraries containing library subroutines. HELP GCCLIB provides the explanation. Use GCCRES for most programs, since that library is shared
By Bob Bolch · #3600 ·
Re: map of allocated DASD space in VM/CE
Hi Mark, My DISKMAP EXEC on the VM370CE MAINT 5E5 tools disk maps the volumes from the USER DIRECT file. Bob wrote:
By Bob Bolch · #3599 ·
map of allocated DASD space in VM/CE
Hello, all, Is there a published listing or some tools or programs that can produce a "map" of all of the allocated areas of DASD for the VM Community Edition? Thanks in advance, Mark
By Mark Waterbury · #3598 ·
Re: ZIP & UNZIP for VM/370 CE?
Just a status update, though if anyone has pointers on the undefined variables I would appreciate it. Going to start with the Assembler code, and work backwards. I had to modify two C functions in ZIP
By Mark A. Stevens · #3597 ·
Re: No imput field on Hercules Logo Screen
Gary, I didn¡¯t think it would work, but I did crash a system and then test it, just to be 100% sure ¡­. Dave Sent: 16 November 2021 16:47 To: [email protected] Subject: Re: [h390-vm] No imput field
By Dave Wade · #3596 ·
Re: No imput field on Hercules Logo Screen
Thanks to all - /cold worked wonders! I am now logged on to cms and can execute rexx execs! Dave
By Dave Mitchell · #3595 ·
Re: No imput field on Hercules Logo Screen
Hi Dave,You are correct.? I was all set to disagree, but the more I thought about it,? I realized the the CP command process hasn't been loaded/active at that point, it is still initializing.?I got
By gdblodgett · #3594 ·
Re: No imput field on Hercules Logo Screen
Gary, Typing:- /CP COLD Does not work. It needs to be just ¡°/COLD¡± Dave Sent: 16 November 2021 12:32 To: [email protected] Subject: Re: [h390-vm] No imput field on Hercules Logo Screen CP has
By Dave Wade · #3593 ·
Re: No imput field on Hercules Logo Screen
CP has stopped the startup because the SPOOL file was found to be in an unexpected state.If this is the first time doing an IPL or if you don't care about any of the item in the SPOOL, the use:? /CP
By gdblodgett · #3592 ·
Re: No imput field on Hercules Logo Screen
Its hung after IPL as no warm start data. Do "/cold" on the hercules console. Then perhaps "/enable all" If you shut it down properly these arr not needed Dave
By Dave Wade · #3591 ·
Re: No imput field on Hercules Logo Screen
I've switched the sixpack.conf file so the operator console uses the Hercules window ('0009? ? 3215-C? NOPROMPT'). The log (see below) makes it clear that VM/370 starts but the 4381cpu then stops -
By Dave Mitchell · #3590 ·