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
·
|
Re: RSCS Link Questions/advice please
Hi Peter, Actually Dutch is my nickname, not a given name; and I have no relation to the nationality except I admire most aspects of your culture greatly. D
By
ceo1944@...
·
#5202
·
|
Re: RSCS Link Questions/advice please
Sorry, I misspoke.? I took out and IPLed my SP5 image today and found that I'm using a VTAM CTC link to talk to VM/ESA and RSCS talks through VTAM.? I reconfigured RSCS on each end to use the CTC
By
Jeff Snyder
·
#5201
·
|
Re: RSCS Link Questions/advice please
If you want to try again, I have a VM/ESA to VM/SP5 CTCE connection in my network.? My SP5 is not HPO, but hopefully it's close enough.? We could compare configs and see what might be different.?
By
Jeff Snyder
·
#5200
·
|
Re: RSCS Link Questions/advice please
... with VM/ *S* P items ...
By
Peter Jansen
·
#5199
·
|