开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: geronimo370.nl down?

 

Marco Antoniotti asked:

it looks like the `geronimo370.nl` site is down. Or it is just me?

FYI: You might want to bookmark one of the following sites (or any other similar sight of your choosing, found by googling):


*
*


Querying "geronimo370.nl" on each results in:


*

"It's just you. geronimo370.nl is up.
Last updated: Mar 6, 2025, 8:17 PM (1 second ago)"



*

"Geronimo370.nl Server Status Check"

"Website Name: Geronimo370"
"URL Checked: geronimo370.nl"
"Response Time: 86.72 ms"

"Geronimo370.nl is UP and reachable by us."


Of course, each of the above only tells you whether THEY can reach the website in question on not, but not whether everyone else can. An underground cable might have been cut, or a router that your ISP uses to route traffic could have been misconfigured, etc. So the results are not absolute.

But the point is, such questions can be easily answered yourself rather than by sending a message to the group.

Hope that helps!

--
"Fish" (David B. Trout)
Software Development Laboratories

mail: fish@...


Re: geronimo370.nl down?

 

On Thu, Mar 6, 2025 at 11:13 AM, Marco Antoniotti wrote:
it looks like the `geronimo370.nl` site is down.? Or it is just me?
?
?
?
No, it's not just you. To my knowledge, the owner of the site has closed it for good.
?
Cheers,
?
Rene FERLAND, Montreal


Re: geronimo370.nl down?

 

I get :?? Please stand by while configuration is in progress.

On 06/03/2025 19:13, Marco Antoniotti via groups.io wrote:
Hi
it looks like the `geronimo370.nl` site is down.? Or it is just me?
Thanks
Marco


Re: Back to old problems: printers not draining.

 

On 3/6/25 2:31 PM, Marco Antoniotti via groups.io wrote:
Hi
I run a version of TK4- (I know: I should move on to TK5).? This happens on a Mac, Mac OS Sequoia and Intel machine.
I start TK4- and run a couple of simple things (these days I am fooling around with COBOL).
Now.
First of all I do not seem to be able to get anything "printed" on the files `prt/prt???.txt`.? From QUEUE or OUTLIST, I try to "release" the output but nothing happens.
Next, I issue `shutdown` an the system hangs after `$HASP395 BSPPILOT ENDED` because `PRINTER1` and `PRINTER2` are draining.? To move on I have to issue
`/$e prt1`
`/$e prt2`
`/$c prt1`
`/$c prt2`
After that the system moves on and terminates (although sometimes it crashes).? Note the
```
HHC01250E 0:000E Printer: error in function write(): Operation timed out
HHC00007I Previous message from function 'write_buffer' at printer.c(264)
```
error messages (this is obviously from Hercules).
I am attaching the logs of a typical interaction.
All the best
Marco
--
Marco Antoniotti
Somewhere over the rainbow
Question what does your config look like for devices at 00E and 00F?
Is it set up to go to a file or is it a socketdev?

If a socketdev, is anything connected if so what does that look like?

--

William C Doughty III

<#part type="application/pgp-keys" filename="~/n2ocm.asc" disposition=attachment description="pgp public key">
<#/part>


Re: Back to old problems: printers not draining.

 

I didn't see Hercules initializing either (or any) printer devices in the 3033.log.? I may have missed them, but might want to check that.


On Thu, Mar 6, 2025, 2:41?PM Jeff Bassett via <bassettj=[email protected]> wrote:

Marco,

Just a couple of points –

Looking at the LOG file you sent –

You have BOTH printer 1 and printer 2 – waiting for you to perform the SETUP

THIS is why you are not getting any output – they are BOTH waiting for OPERATOR command

This is asking you to verify that the printer is set up with the attributes that are displayed – you can reply with $S PRINTER1 ?and/ or $S PRINTER2

?

?

Printer1 ?to PRINT the output of MF1 job

?

13:45:16 /19.45.16 STC 3731 *$HASP190 MF1????? SETUP -- PRINTER1 -- F = 0001 -- C = 6??? -- T = QN

13:45:16 HHC01250E 0:000E Printer: error in function write(): Operation timed out

13:45:16 HHC00007I Previous message from function 'write_buffer' at printer.c(264)

?

Printer2 is waiting for setup to print the output of TP job

?

13:45:16 /19.45.16 STC 3712 *$HASP190 TP?????? SETUP -- PRINTER2 -- F = 0001 -- C = 6??? -- T = QN

13:45:16 HHC01250E 0:000F Printer: error in function write(): Operation timed out

13:45:16 HHC00007I Previous message from function 'write_buffer' at printer.c(264)

13:45:16 /19.45.16?????????? IEA000I 00F,EQC,09,0E00,1000,,,JES2??? ,19.45.16

?

?

At shutdown

The commands you are issuing - /$E is RESTART –

I believe you want to issue /$P prtx (where x is the printer in question) – this is the DRAIN command

?

?

-J-

?

Jeff Bassett

Bassettj@...

(301) 424-3362 (office)

(240) 388-7148 Cell

?

Time spent flying? - is NOT deducted from one’s lifespan

?

From: [email protected] <[email protected]> On Behalf Of Marco Antoniotti via
Sent: Thursday, March 6, 2025 2:32 PM
To: [email protected]
Subject: [H390-MVS] Back to old problems: printers not draining.

?

Hi

?

I run a version of TK4- (I know: I should move on to TK5).? This happens on a Mac, Mac OS Sequoia and Intel machine.

I start TK4- and run a couple of simple things (these days I am fooling around with COBOL).

Now.

?

First of all I do not seem to be able to get anything "printed" on the files `prt/prt???.txt`.? From QUEUE or OUTLIST, I try to "release" the output but nothing happens.

Next, I issue `shutdown` an the system hangs after `$HASP395 BSPPILOT ENDED` because `PRINTER1` and `PRINTER2` are draining.? To move on I have to issue

`/$e prt1`

`/$e prt2`

`/$c prt1`

`/$c prt2`

?

After that the system moves on and terminates (although sometimes it crashes).? Note the

```
HHC01250E 0:000E Printer: error in function write(): Operation timed out
HHC00007I Previous message from function 'write_buffer' at printer.c(264)

```

error messages (this is obviously from Hercules).

I am attaching the logs of a typical interaction.

?

All the best

?

Marco

?

?

?

?

--

Marco Antoniotti
Somewhere over the rainbow


Re: Back to old problems: printers not draining.

 

开云体育

Marco,

Just a couple of points –

Looking at the LOG file you sent –

You have BOTH printer 1 and printer 2 – waiting for you to perform the SETUP

THIS is why you are not getting any output – they are BOTH waiting for OPERATOR command

This is asking you to verify that the printer is set up with the attributes that are displayed – you can reply with $S PRINTER1 ?and/ or $S PRINTER2

?

?

Printer1 ?to PRINT the output of MF1 job

?

13:45:16 /19.45.16 STC 3731 *$HASP190 MF1????? SETUP -- PRINTER1 -- F = 0001 -- C = 6??? -- T = QN

13:45:16 HHC01250E 0:000E Printer: error in function write(): Operation timed out

13:45:16 HHC00007I Previous message from function 'write_buffer' at printer.c(264)

?

Printer2 is waiting for setup to print the output of TP job

?

13:45:16 /19.45.16 STC 3712 *$HASP190 TP?????? SETUP -- PRINTER2 -- F = 0001 -- C = 6??? -- T = QN

13:45:16 HHC01250E 0:000F Printer: error in function write(): Operation timed out

13:45:16 HHC00007I Previous message from function 'write_buffer' at printer.c(264)

13:45:16 /19.45.16?????????? IEA000I 00F,EQC,09,0E00,1000,,,JES2??? ,19.45.16

?

?

At shutdown

The commands you are issuing - /$E is RESTART –

I believe you want to issue /$P prtx (where x is the printer in question) – this is the DRAIN command

?

?

-J-

?

Jeff Bassett

Bassettj@...

(301) 424-3362 (office)

(240) 388-7148 Cell

?

Time spent flying? - is NOT deducted from one’s lifespan

?

From: [email protected] <[email protected]> On Behalf Of Marco Antoniotti via groups.io
Sent: Thursday, March 6, 2025 2:32 PM
To: [email protected]
Subject: [H390-MVS] Back to old problems: printers not draining.

?

Hi

?

I run a version of TK4- (I know: I should move on to TK5).? This happens on a Mac, Mac OS Sequoia and Intel machine.

I start TK4- and run a couple of simple things (these days I am fooling around with COBOL).

Now.

?

First of all I do not seem to be able to get anything "printed" on the files `prt/prt???.txt`.? From QUEUE or OUTLIST, I try to "release" the output but nothing happens.

Next, I issue `shutdown` an the system hangs after `$HASP395 BSPPILOT ENDED` because `PRINTER1` and `PRINTER2` are draining.? To move on I have to issue

`/$e prt1`

`/$e prt2`

`/$c prt1`

`/$c prt2`

?

After that the system moves on and terminates (although sometimes it crashes).? Note the

```
HHC01250E 0:000E Printer: error in function write(): Operation timed out
HHC00007I Previous message from function 'write_buffer' at printer.c(264)

```

error messages (this is obviously from Hercules).

I am attaching the logs of a typical interaction.

?

All the best

?

Marco

?

?

?

?

--

Marco Antoniotti
Somewhere over the rainbow


Re: geronimo370.nl down?

 

It was down yesterday for me too.


Back to old problems: printers not draining.

 

Hi
?
I run a version of TK4- (I know: I should move on to TK5).? This happens on a Mac, Mac OS Sequoia and Intel machine.

I start TK4- and run a couple of simple things (these days I am fooling around with COBOL).

Now.
?
First of all I do not seem to be able to get anything "printed" on the files `prt/prt???.txt`.? From QUEUE or OUTLIST, I try to "release" the output but nothing happens.

Next, I issue `shutdown` an the system hangs after `$HASP395 BSPPILOT ENDED` because `PRINTER1` and `PRINTER2` are draining.? To move on I have to issue
`/$e prt1`
`/$e prt2`
`/$c prt1`
`/$c prt2`
?
After that the system moves on and terminates (although sometimes it crashes).? Note the
```
HHC01250E 0:000E Printer: error in function write(): Operation timed out
HHC00007I Previous message from function 'write_buffer' at printer.c(264)
```
error messages (this is obviously from Hercules).

I am attaching the logs of a typical interaction.
?
All the best
?
Marco
?
?
?
?
--
Marco Antoniotti
Somewhere over the rainbow


geronimo370.nl down?

 

Hi
?
it looks like the `geronimo370.nl` site is down.? Or it is just me?
?
Thanks
?
Marco
?
?
--
Marco Antoniotti
Somewhere over the rainbow


Re: zOS shutdown in Hyperion

 

Ditto on the thanks Diego Your post helped me too.
?
Jim
?
?


Re: zOS shutdown in Hyperion

 

Thanks Diego

That did indeed help.

Kind regards
Eric Silvester
On 28 Feb 2025 at 18:46 +0000, [email protected], wrote:


F CNMPROC,NCCF EXCMD AUTO1 SHUTSYS


Re: How to extract a zip archive of an OS390 iso disk

 

Hello Christian,

Am 03.03.2025 um 16:07 schrieb Christian Layec via groups.io <christian.layec@...>:

ok my bad

Any idea how to rebuild the disk image ?

CHL
Hercules can use those split files out of the box, once they are correctly named. Also, the ckd2cckd64 utility implicitly uses that naming convention when converting files to e. g. cckd64.

Of course, conventions for the P390 support software are different of the ones from Hercules.

:wq! PoC


Re: How to extract a zip archive of an OS390 iso disk

 

I can't tell you more. I'm not used to run licensed product with Hercules
?
Marco


Re: How to extract a zip archive of an OS390 iso disk

 


ok my bad

Any idea how to rebuild the disk image ?

CHL



Le?lun. 3 mars 2025 à?15:28, M Verpelli via <marco.verpelli=[email protected]> a écrit?:
It is not a multi-file archive, it is a DASD image divided into two parts, do you remember the time when PC operating systems could not digest files longer than 2GB?
?
Marco


Re: How to extract a zip archive of an OS390 iso disk

 

It is not a multi-file archive, it is a DASD image divided into two parts, do you remember the time when PC operating systems could not digest files longer than 2GB?
?
Marco


How to extract a zip archive of an OS390 iso disk

 
Edited

Hello
?
I am on Windows 11, and I am looking for a way to extract the OS39RA.A80 file from a ZIP archive consisting of two files OS39RA_1.A80 and OS39RA_2.A80 which are contained in the OS39RA.ZIP archive.
?
I tried with winrar without success. It does not consider it as a multi-file archive.
I also used the unzip program of the iso file, but it does not work because it's a 32bits
?
Thanks in advance
CHL


Re: zOS shutdown in Hyperion

 

Thanks Juergen,
?
That works for V2.2.
?
Cheers


Re: PL/I SELECT statement Supported?

 

Attached is a copy of my SELECT/WHEN macro for PL/1 (F).
?
You can copy it into your program or use a %INCLUDE statement and the MACRO compiler option.? One word of caution - the SYSLIB file for PL/1 is restricted to a blksize of 400 or less.
?
It is not as good as the SELECTs in other PL/1 compilers but it is better than nothing.
?
Ed


Re: PL/I SELECT statement Supported?

 

开云体育

May be I went using firefox to :



and I can see :

Index of /files/MVS3.8J/PDFs/PL1

[ICO]

[PARENTDIR] ? - ?
[   ] 2021-09-13 15:48 37M ?
[   ] 2009-09-12 00:21 2.9M ?
[   ] 2009-09-12 00:21 2.6M ?
[   ] 2009-09-12 00:21 2.2M ?
[   ] 2012-06-03 17:58 39M ?
[   ] 2012-06-04 02:04 11M ?
[   ] 2009-09-12 00:23 39M ?
[   ] 2009-09-12 00:23 13M ?
[   ] 2009-09-12 00:24 9.6M ?
[   ] 2012-06-04 02:04 13M ?
[   ] 2009-09-12 00:24 18M ?
[   ] 2012-06-04 02:30 31M ?
[   ] 2012-06-12 18:40 20M ?
[   ] 2009-09-12 00:25 38M ?
[   ] 2012-06-13 02:43 18M ?
[   ] 2009-09-12 00:26 20M ?
[   ] 2009-09-12 00:27 21M ?
[   ] 2009-09-12 00:27 2.9M ?
[   ] 2009-09-12 00:28 9.8M ?
[   ] 2012-06-04 04:01 13M ?
[   ] 2012-06-13 02:43 2.2M ?
[   ] 2009-09-12 00:28 3.5M ?
[   ] 2012-06-13 02:43 3.9M ?
[   ] 2014-03-18 16:40 1.0M ?

Apache Server at applewood.linkpc.net Port 80

Note the exact URL

I was able to select one of the PL1 manuals.

Note that the site does not use a secure funnel i.e., HTTPS??
Please try again


Vince



On 28/02/2025 20:48, Dave Trainor - N8ZFM via groups.io wrote:

Vince, I went and looked for the manuals, as I thought it was interesting.   I found the index at your site says 0 files present.  Am I doing something wrong?  It shows the MVS380 area to be blank. I could not find the manuals.

Thanks,
Dave - N8ZFM


?On 2/28/25, 3:39 PM, "[email protected] <mailto:[email protected]> on behalf of Vince Coen via groups.io" <[email protected] <mailto:[email protected]> on behalf of vbcoen@... <mailto:[email protected]>> wrote:


On 28/02/2025 03:39, bufbooth via groups.io wrote:
Hello All, does the version of PL/I that Hercules/MVS38 use support 
the SELECT/WHEN statement? I get a compile errors on any SELECT 
statement. Thank you, Dennis

If you go to my website at :


applewood.linkpc.net/files/MVS380/pdfs then go to folder PL1




you will find all the manuals related to PL1 and programming etc under MVS.

























Re: PL/I SELECT statement Supported?

 

Vince, I went and looked for the manuals, as I thought it was interesting. I found the index at your site says 0 files present. Am I doing something wrong? It shows the MVS380 area to be blank. I could not find the manuals.

Thanks,
Dave - N8ZFM


?On 2/28/25, 3:39 PM, "[email protected] <mailto:[email protected]> on behalf of Vince Coen via groups.io" <[email protected] <mailto:[email protected]> on behalf of vbcoen@... <mailto:[email protected]>> wrote:


On 28/02/2025 03:39, bufbooth via groups.io wrote:
Hello All, does the version of PL/I that Hercules/MVS38 use support
the SELECT/WHEN statement? I get a compile errors on any SELECT
statement. Thank you, Dennis

If you go to my website at :


applewood.linkpc.net/files/MVS380/pdfs then go to folder PL1




you will find all the manuals related to PL1 and programming etc under MVS.