Re: Managing Host ID on VM370CE
Hi again. OK... Thanks Bob, I managed to tweak SYSID :-) ... I recall the MAINT MEMO since I learn how to tweak DMKRIO, so it turned out to be exactly the same procedure. I still have not found the
By
Alejandro olivan Alvarez
·
#5222
·
|
Re: Managing Host ID on VM370CE
The main IBM documentation for VM/370 Release 6 is here: http://www.bitsavers.org/pdf/ibm/370/VM_370/ The process and procedures for modifying VM are on the Service disk: MAINT 5E5. When you logon to
By
Bob Bolch
·
#5221
·
|
Managing Host ID on VM370CE
Hi again Folks. I've been quite successfuly playing with RSCS and XNET on a small set of 'networked' VM370CE instances, but there's a thing that I had let aside from the start that is really annoying
By
Alejandro olivan Alvarez
·
#5220
·
|
Re: EXECIO Invalid operand: FINIS
Doh! Embarassing Thank you
By
Bill
·
#5219
·
|
Re: EXECIO Invalid operand: FINIS
Yes, I got that address from an example I saw somewhere. So I stuck it in to try. Of course that didn't fix my quote problem. I also spent more time than I want to admit wondering why "EXCIO bla bla
By
Bill
·
#5218
·
|
Re: EXECIO Invalid operand: FINIS
Thank you. Yes I was looking at an exec I wrote in 1993 and I had written it on a separate line...'FINIS 'OUT_FILE
By
Bill
·
#5217
·
|
Re: EXECIO Invalid operand: FINIS
Thanks! I like examples with few lines. I had used the LINEIN recently. I use to write some REXX. But you wouldn't know it by my question.
By
Bill
·
#5216
·
|
Re: EXECIO Invalid operand: FINIS
Of course...thank you.
By
Bill
·
#5215
·
|
Re: EXECIO Invalid operand: FINIS
Hi, According to https://www.ibm.com/docs/en/zvm/7.2?topic=cc-execio DISKR requires at least fn ft ¡°EXECIO * DISKR HELLO COBOL A (FINIS¡± Should work In your case IN_FILE=¡±HELLO COBOL A¡±
By
Mike Beer
·
#5214
·
|
Re: EXECIO Invalid operand: FINIS
As far as I remember those marvelous days, yu have to call FINIS by its own to close the file 'EXECIO * DISKR' In_File 'FINIS' In_File Don't think there was an EXECIO option to close the file after
By
Jean-Pierre Cabani¨¦
·
#5213
·
|
Re: EXECIO Invalid operand: FINIS
Many of the REXX STREAM functions are available on VM/370 CE and are fairly easy to use. /* test stream functions */ outfile = 'FILETEST TEXT A' DO i = 1 to 10 rc = LINEOUT(outfile, "Line:" i) SAY "RC
By
Larry S
·
#5212
·
|
Re: EXECIO Invalid operand: FINIS
Don¡¯t have IN_FILE inside the quotes. You made it a literal
By
Matthew T. Kromer
·
#5211
·
|
Re: EXECIO Invalid operand: FINIS
Use: *'EXECIO * DISKR' IN_FILE '(FINIS'*
By
Bob Bolch
·
#5210
·
|
EXECIO Invalid operand: FINIS
Hi, What am I doing wrong? I haven't done this stuff in almost 30 years. CMS e03 *Invalid operand: FINIS.* Ready; T=0.01/0.01 11:37:55 *type e03 exec* /* REXX */ address COMMAND IN_FILE="HELLO COBOL
By
Bill
·
#5209
·
|
Re: RSCS Link Questions/advice please
Dutch, I'm glad to hear you got your project working, however you did it. For anyone else following this thread with connection issues: A friend of mine with much more VM experience than I described
By
Jeff Snyder
·
#5208
·
|
Re: RSCS Link Questions/advice please
Thanks Jeff.? The connectivity issue is solved.? I wasn't wedded to the CTCE for any purpose other than to connect, since I understand that 2703 isn't supported in ESA and I thought that was my only
By
ceo1944@...
·
#5207
·
|
Re: RSCS Link Questions/advice please
Out of curiosity, I tried setting up a VM/SP guest in VM/ESA and the RSCS NJE link works over a VCTCA, so it does look like the CTCE emulation (or my configuration of it) may be missing something. On
By
Jeff Snyder
·
#5206
·
|
Re: RSCS Link Questions/advice please
Folks, Have you tried different versions of Hercules? Dave Sent: Sunday, August 6, 2023 1:08 AM To: [email protected] Subject: Re: [h390-vm] RSCS Link Questions/advice please Sorry, I misspoke. I took
By
Dave Wade
·
#5205
·
|
Re: RSCS Link Questions/advice please
You consider running the HPO machine as a guest under VM/ESA? Alternatively, use a line to Hercules TCP/IP link on the HPO side and straight TCP/IP link on the VM/ESA side. (I've tried CTCE to CTCE
By
Drew Derbyshire
·
#5204
·
|
Re: RSCS Link Questions/advice please
Hi problem, thanks Jeff. Yes there's something broken somewhere with that CTC code.? However, TCPNJE is the better way to go. Dutch
By
ceo1944@...
·
#5203
·
|