Re: ChapGPT
I seem to remember that STOP RUN had to used in a DOS-VSE program where as GOBACK could be used in MVS code.
Perhaps other can verify my failing memory ;-)
Regards
Martin.
By
Martin Taylor <mtayloribm360@...>
·
#3190
·
|
Re: Trying to migrate TUN networking connection to TAP
Hello Harold,
thanks for chiming in!
Am 05.01.2023 um 21:05 schrieb Harold Grovesteen <h.grovsteen@...>:
Not sure if something not there can be counted. I think the only option I have is to
By
Patrik Schindler
·
#3189
·
|
Re: 3390/3990-06 I/O Error reported
It's not unusual for the system to issue channel commands in the
expectation they will fail. It does this to see if particular capabilities
are present. You can ignore the error if it does not cause
By
Jay Maynard
·
#3188
·
|
3390/3990-06 I/O Error reported
Hi
I¡¯m using Hyperion 4.5 as below
HHC01413I Hercules version 4.5.0.10830-SDL-g58578601
HHC01414I (C) Copyright 1999-2022 by Roger Bowler, Jan Jaeger, and others
HHC01417I ** The SoftDevLabs
By
Jo?o Reginato
·
#3187
·
|
Re: ChapGPT
Goback exits the program, not any loop within the program. Using stop
run within a subroutine would exit to the operating system and not to
the calling program.
By
Mike Schwab
·
#3186
·
|
Re: ChapGPT
Bob,
I used write a complete cobol program¡ also you can use regenerate and it might add the working storage. I liked the explanation at the end..
Did it write the program or did it ¡°find¡± it?
By
Don.isenstadt
·
#3185
·
|
Re: ChapGPT
Close. Needs working storage with INREC-EOF value false and at end of
file set it to true. Better to use Goback instead of stop run.
--
Mike A Schwab, Spr
By
Mike Schwab
·
#3184
·
|
ChapGPT
Asked ChapGPT to write a cobol program to read and print a sequential file.
Here's what it wrote...
IDENTIFICATION DIVISION.
PROGRAM-ID. READ-SEQ-FILE.
ENVIRONMENT DIVISION.
INPUT-OUTPUT
By
Bob Flanders
·
#3183
·
|
Re: Trying to migrate TUN networking connection to TAP
Fish said:"A packet trace would probably help. I use Wireshark myself on Windows. I have no idea what you would use on Linux."Wireshark of course...? ?Unix + Wireshark where the magic
By
gdblodgett
·
#3182
·
|
Re: Trying to migrate TUN networking connection to TAP
Harold Grovesteen wrote:
I am?! When did this happen? Seriously! I know a little bit about LCS, sure, but I would hardly classify myself as a "guru"! (Especially not for Linux!!)
I am?! How can
By
Fish Fish
·
#3181
·
|
Re: Trying to migrate TUN networking connection to TAP
Fish, you are the guru of the LCS interface. Hope you see this post.
You may have some insight for troubleshooting this.
You are on the right track. Can you look at any stats that show
dropped
By
Harold Grovesteen
·
#3180
·
|
Trying to migrate TUN networking connection to TAP
Hello,
merry xmas to you all. I hope you can enjoy some stressless days with your loved ones.
I'm using the days off work to do some cleanup work here and there. One of that is that I want to
By
Patrik Schindler
·
#3179
·
|
Re: How to wait indefinitely for a read on CTC device?
Hi Joe,
Yep... as for the SIO, that's taken care of my MVS itself. I can't
exactly run an SIO instruction directly from a problem state program,
but I'm successfully communicating over the CTCA from
By
Matthew Wilson
·
#3178
·
|
Re: How to wait indefinitely for a read on CTC device?
So i've been following this thread with some curiosity ... Looking at the
CTCA for S/370 (the one that would've been used with MVS 3.8J) ...
[image: image.png]
It seems you need to do an SIO on the
By
Joe Monk
·
#3177
·
|
Re: How to wait indefinitely for a read on CTC device?
Hi Bob,
Yep, I saw the DIAG08 and thought... aha! This must have been VS1
running under VM!
In a way, that's somewhat like what I'm prototyping. While I'
By
Matthew Wilson
·
#3176
·
|
Re: How to wait indefinitely for a read on CTC device?
Hi Matthew,
Yes, this is the program!?? Thanks Rene for locating it and making it available.?? I sure thought it was an MVS version though.? Still, odds are this would run on MVS with little to
By
Bob Polmanter
·
#3175
·
|
Re: How to wait indefinitely for a read on CTC device?
Hi Bob,
Thank you for your extensive reply.
Off-list, Rene Ferland sent me a file he found from one of the old Yahoo
files sections, CTCAMAIN.VS1.txt. I'm not sure if this was your code,
but from
By
Matthew Wilson
·
#3174
·
|
Re: How to wait indefinitely for a read on CTC device?
Ah, interesting. C3 is a no-op, but it has a side-effect of disabling
compatibility mode on the adapter, putting it into extended mode.
Extended mode, among other things, looks like it enables some
By
Matthew Wilson
·
#3173
·
|
Re: How to wait indefinitely for a read on CTC device?
When doing communications, I used to use a Twait or Waitt macro. I don't remember which. Either way it waited on multiple ecb's. That way of I wanted to end the program I just post the correct ecb
By
Mike Ward
·
#3172
·
|
Re: How to wait indefinitely for a read on CTC device?
Bob,
I have copies of the files from most of the MVS groups but I won¡¯t be able to access them for a week.
Dave
Sent: 25 November 2022 20:42
To: [email protected]
Subject: Re: [H390-MVS] How
By
Dave Wade
·
#3171
·
|