Re: CF links and non-IBM machines (historical)

2023-03-19 Thread Art Gutowski
On Sun, 19 Mar 2023 23:34:48 +0100, Radoslaw Skorupka wrote: >I'm aware it is quite obsolete topic. >Q: was it possible to connect Amdahl or Hitachi machines with IBM CPC >using sysplex links? >Did they use the same hardware and protocol? > >BTW: I found the following Hitachi CF link

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Farley, Peter
Thanks Mike, I do already have those downloads (or similar from an earlier era). What I don’t have is an address of an archive of .boo's to DL from. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mike Schwab Sent: Sunday, March 19, 2023 9:18 PM To:

Re: Simple C language dynamic CALL's?

2023-03-19 Thread Farley, Peter
Thanks, John, that is enlightening but it is VSE not z/OS. I will search for something similar in the z/OS docs. -Original Message- From: IBM Mainframe Discussion List On Behalf Of John McKown Sent: Sunday, March 19, 2023 8:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Simple C

Re: Simple C language dynamic CALL's?

2023-03-19 Thread Farley, Peter
DLL is not simple to me, maybe because I haven't ever had to do it. There are no such hoops to jump through in other HLL's (even HLASM LINK or LOAD/BASR is simple by comparison). No, a system() call does not solve the need. Peter -Original Message- From: IBM Mainframe Discussion List

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Farley, Peter
Peter, thanks for the .boo links. I have them downloaded. But why is it that when I try to get to the main publib.boulder.ibm.com page with Firefox I only get one item, a (broken) "favicon" item? Is there another way into that resource? Or is that originally an ftp link? Peter

Re: Scheduling a job to run after a delay

2023-03-19 Thread Gibney, Dave
Sorry to double ply. One of the things I was waiting on was OMVS. BPXBATCH Sleep doesn't sleep if OMVS isn't there. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Paul Gilmartin > Sent: Sunday, March 19, 2023 7:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject:

Re: Scheduling a job to run after a delay

2023-03-19 Thread Gibney, Dave
My primary use was to pause a few things at IPL so that needed services had a chance to start. In this case, the OP seemed to have a system where holding an init wouldn't hurt much > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Paul Gilmartin > Sent: Sunday,

Re: Scheduling a job to run after a delay

2023-03-19 Thread Paul Gilmartin
On Mon, 20 Mar 2023 02:39:51 +, Gibney, Dave wrote: >A different approach is to add a additional step at or near the top that >waits. I had a very short assembler program that called STIMER based on parm >input. > Ah! the old way. Nowadays, BPXBATCH sleep. In those days, it was

Re: Scheduling a job to run after a delay

2023-03-19 Thread Gibney, Dave
True > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jeremy Nicoll > Sent: Sunday, March 19, 2023 7:46 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Scheduling a job to run after a delay > > [EXTERNAL EMAIL] > > On Mon, 20 Mar 2023, at 02:39, Gibney, Dave

Re: Scheduling a job to run after a delay

2023-03-19 Thread Jeremy Nicoll
On Mon, 20 Mar 2023, at 02:39, Gibney, Dave wrote: > A different approach is to add a additional step at or near the top > that waits. I had a very short assembler program that called STIMER > based on parm input. Does that not mean holding up an initiator for an hour, doing nothing? It's not

Re: Question for our international friends (mostly)

2023-03-19 Thread Jeremy Nicoll
On Mon, 20 Mar 2023, at 02:23, Seymour J Metz wrote: > Also Kipling. Kindling ??(sorry) > > The root is from "bundle" of sticks and small pieces of wood, and by > expansion to bundles of other things. -- Jeremy Nicoll - my opinions are my own.

Re: Scheduling a job to run after a delay

2023-03-19 Thread Gibney, Dave
A different approach is to add a additional step at or near the top that waits. I had a very short assembler program that called STIMER based on parm input. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Charles Mills > Sent: Sunday, March 19, 2023 5:06 PM >

Re: Scheduling a job to run after a delay

2023-03-19 Thread Paul Gilmartin
On Sun, 19 Mar 2023 21:25:52 -0500, Charles Mills wrote: >The question is more "justify" than "afford." Not sure changing one string in >one job submission qualifies. > And it may be less a hurdle to justify the license fee than to justify the learning experience, unless you're already

Re: Scheduling a job to run after a delay

2023-03-19 Thread Charles Mills
The question is more "justify" than "afford." Not sure changing one string in one job submission qualifies. I can have two different members, or I can tolerate a one-hour delay in a single job. Either approach is totally satisfactory to me. I will probably go with the "two members" approach; I

Re: Question for our international friends (mostly)

2023-03-19 Thread Seymour J Metz
Also Kipling. From: IBM Mainframe Discussion List on behalf of Tony Harminc Sent: Sunday, March 19, 2023 10:17 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Question for our international friends (mostly) On Sun, 19 Mar 2023 at 21:28, Bob Bridges

Re: Scheduling a job to run after a delay

2023-03-19 Thread Paul Gilmartin
On Sun, 19 Mar 2023 19:56:55 -0500, Charles Mills wrote: > >There is no need for the follow-on job to be identical. Heck, as I read >HOLDUNTL, they could be > Changing // SCHEDULE HOLDUNTL='+00:00:01' to: // SCHEDULE HOLDUNTL='+01:00:00' feels like the sort of thing DFSORT loves to do.

Re: Question for our international friends (mostly)

2023-03-19 Thread Tony Harminc
On Sun, 19 Mar 2023 at 21:28, Bob Bridges wrote: > > I'm pretty sure it's not only British authors, but American too if one goes > back far enough, whom I caught using "faggot" to mean a piece of wood for a > fire. From there to a cigarette is an easy step. The root is from "bundle" of sticks

Re: Question for our international friends (mostly)

2023-03-19 Thread Bob Bridges
I'm pretty sure it's not only British authors, but American too if one goes back far enough, whom I caught using "faggot" to mean a piece of wood for a fire. From there to a cigarette is an easy step. How the word came to describe an underclassman at a British boarding school, required to run

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Peter Stockdill
Yes, my web browser (Firefox) does the same. You can just 'Save The Page As...'. -Original Message- From: robi...@dodo.com.au Sent: Monday, 20 March 2023 8:39 AM To: IBM Mainframe Discussion List Cc: Peter Stockdill Subject: Re: PL/I Opt. Compiler V2 manuals? On 2023-03-20 11:32,

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Mike Schwab
Need something from https://www.ibm.com/support/pages/downloadable-free-bookmanager-tools-and-components for the .boo links. On Sun, Mar 19, 2023 at 7:13 PM Robin Vowels wrote: > > Except for the last, the links are incomplete. > > On 2023-03-20 08:06, Peter Stockdill wrote: > >

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Mike Schwab
With a .boo ending, you need to use a bookmanager viewer. On Sun, Mar 19, 2023 at 7:39 PM Robin Vowels wrote: > > On 2023-03-20 11:32, Peter Stockdill wrote: > > Hi Robin, > > > > The first four are direct links to the BookManager book files. > > The fifth should have been: > >

Re: Scheduling a job to run after a delay

2023-03-19 Thread Charles Mills
Ed, thanks, yes, // SCHEDULE HOLDUNTL='+01:00' should do the trick. I sat through the session in Poughkeepsie on those scheduling features that IBM was adding to z/OS, but they did not really sink in, because I had no day-to-day need. There is no need for the follow-on job to be identical.

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Robin Vowels
On 2023-03-20 11:32, Peter Stockdill wrote: Hi Robin, The first four are direct links to the BookManager book files. The fifth should have been: http://www.bitsavers.org/pdf/ibm/370/pli/LY27-9528-0_OS_PLI_Version_2_Proble m_Determination_Dec87.pdf As I said, the last link is OK. The first

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Peter Stockdill
Hi Robin, The first four are direct links to the BookManager book files. The fifth should have been: http://www.bitsavers.org/pdf/ibm/370/pli/LY27-9528-0_OS_PLI_Version_2_Proble m_Determination_Dec87.pdf Cheers, -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: Simple C language dynamic CALL's?

2023-03-19 Thread John McKown
Function pointers and fetch() https://www.ibm.com/docs/en/zvse/6.2?topic=c-edcxbf11 On Sun, 19 Mar 2023, 15:02 Farley, Peter, < 031df298a9da-dmarc-requ...@listserv.ua.edu> wrote: > The major z/OS programming languages (COBOL, PL/I, HLASM) allow one to > write a subroutine and separately

Re: Scheduling a job to run after a delay

2023-03-19 Thread Ed Jaffe
On 3/19/2023 5:05 PM, Charles Mills wrote: Can I somehow conditionally submit a JES2 command to run the job in an hour? Can you add a // SCHEDULE JCL statement to the job with a HOLDUNTL= specification? Or must it be identical to the original JCL in every way? -- Phoenix Software

Re: Simple C language dynamic CALL's?

2023-03-19 Thread Charles Mills
Is a DLL *not* simple? (Serious question. I have never done it but isn't it just a couple of compile and link options?) Does the system() call solve your need? Charles -- For IBM-MAIN subscribe / signoff / archive access

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Robin Vowels
Except for the last, the links are incomplete. On 2023-03-20 08:06, Peter Stockdill wrote: https://publib.boulder.ibm.com/epubs/book/ibmop002.boo https://publib.boulder.ibm.com/epubs/book/ibmol004.boo https://publib.boulder.ibm.com/epubs/book/ibmom002.boo

Scheduling a job to run after a delay

2023-03-19 Thread Charles Mills
I am not a sysprog, but there is a system where I play sysprog. It is a very specialized z/OS LPAR and has no third-party scheduling software (and I don't think I really want to get into supporting a CBT freebie). I do some very rudimentary scheduling -- running a couple of jobs once a day

CF links and non-IBM machines (historical)

2023-03-19 Thread Radoslaw Skorupka
I'm aware it is quite obsolete topic. Q: was it possible to connect Amdahl or Hitachi machines with IBM CPC using sysplex links? Did they use the same hardware and protocol? BTW: I found the following Hitachi CF link descriptions: ISCH2, ICF, ISB, ICC. Any of them is similar to IBM links (I

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Peter Stockdill
https://publib.boulder.ibm.com/epubs/book/ibmop002.boo https://publib.boulder.ibm.com/epubs/book/ibmol004.boo https://publib.boulder.ibm.com/epubs/book/ibmom002.boo https://publib.boulder.ibm.com/epubs/book/ibmot001.boo http://www.bitsavers.org/pdf/ibm/370/pli/LY27-9528-0_OS_PLI_Version_2_Proble

Re: Question for our international friends (mostly)

2023-03-19 Thread Tony Harminc
On Sun, 19 Mar 2023 at 13:22, Seymour J Metz wrote: > > Are "route" and "rut" related? "Pronunciation: Brit. pronunciation/rʌt/, U.S. pronunciation/rət/ Forms: α. 1500s rutte, 1500s–1600s rutt, 1500s– rut, 1600s rupt. β. 1500s rotte, 1500s (1900s– English regional (west midlands and southern))

Simple C language dynamic CALL's?

2023-03-19 Thread Farley, Peter
The major z/OS programming languages (COBOL, PL/I, HLASM) allow one to write a subroutine and separately compile and link it and then call that subroutine dynamically at runtime without a whole lot of fuss. I think even VS FORTRAN programming supports this capability. >From the reading I have

Re: PL/I Opt. Compiler V2 manuals?

2023-03-19 Thread Farley, Peter
I am particularly looking for any or all of the following manual numbers. I am willing to pay for shipping if only hardcopy is available. Please contact me privately at pjfarley3 at earthlink dot net for hardcopy coordination. Programming GuideSC26-4307 Language Reference SC26-4308

Re: Question for our international friends (mostly)

2023-03-19 Thread Jeremy Nicoll
On Sun, 19 Mar 2023, at 18:04, Colin Paice wrote: > I got into trouble with the Americans ( from the days when people were > allowed to smoke in the office) in a presentation with a chart saying " 10 > minute fag break" That might have been misinterpreted here in the UK too, if those present were

Re: location of JCL for started task

2023-03-19 Thread Seymour J Metz
Typo doing C should be including a JOB card. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [042bfe9c879d-dmarc-requ...@listserv.ua.edu] Sent:

Re: Question for our international friends (mostly)

2023-03-19 Thread Colin Paice
I got into trouble with the Americans ( from the days when people were allowed to smoke in the office) in a presentation with a chart saying " 10 minute fag break" On Sun, 19 Mar 2023 at 17:14, Seymour J Metz wrote: > Well, UK English can also get us Americans in trouble, e.g., "fanny". > > >

Re: location of JCL for started task

2023-03-19 Thread Paul Gilmartin
On Sun, 19 Mar 2023 17:08:33 +, Seymour J Metz wrote: >... aShg1ah, ... > ??? -- gil -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: Question for our international friends (mostly)

2023-03-19 Thread Seymour J Metz
Are "route" and "rut" related? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tony Harminc [t...@harminc.net] Sent: Saturday, March 18, 2023 12:57 AM To:

Re: Question for our international friends (mostly)

2023-03-19 Thread Seymour J Metz
Northern ir Southern? Or is "roden" the same in both? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bernd Oppolzer [bernd.oppol...@t-online.de] Sent: Saturday, March

Re: Question for our international friends (mostly)

2023-03-19 Thread Seymour J Metz
Well, UK English can also get us Americans in trouble, e.g., "fanny". -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Lennie Dymoke-Bradshaw

Re: location of JCL for started task

2023-03-19 Thread Seymour J Metz
The old OS/360 behavior for START was that the system generated a JOB card. Somewhere in the mists of time we acquired the ability to provide complete JCL including aShg1ah, but the old code is still there when starting a PROC. More specifically, what START for a PROC generates is something

Re: Question for our international friends (mostly)

2023-03-19 Thread Jay Maynard
The word you're looking for is "aspirated": you're noticing the difference between aspirated and unaspirated /k/. In English, the two sounds are recognized as different realizations of the same phoneme (allophonic). On Sun, Mar 19, 2023 at 8:34 AM Bob Bridges wrote: > If you'll allow me just a

Re: Question for our international friends (mostly)

2023-03-19 Thread Bob Bridges
I grew up in Minnesota, and visited grandparents a few times every summer in Wisconsin, which we pronounced "wih-SKAHN-sun". Then in my high-school years we moved to Pennsylvania, where I noticed they pronounced it "wiss-KAHN-sun", the 's' moved firmly from the second to the first syllable. I

Re: OMVS File System Automove question

2023-03-19 Thread David Geib
This link has more details about file system movement/ownership during recovery scenarios. https://www.ibm.com/docs/en/zos/2.4.0?topic=recovery-managing-movement-data -- For IBM-MAIN subscribe / signoff / archive access

Re: OMVS File System Automove question

2023-03-19 Thread David Geib
Check the INCLUDE/EXCLUDE parameters on the MOUNT statements in BPXPRMxx https://www.ibm.com/docs/en/zos/2.4.0?topic=parameters-statements-bpxprmxx -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

OMVS File System Automove question

2023-03-19 Thread Mark Jacobs
When the owning system is removed from the sysplex is there a way to influence which remaining systems becomes the owner of the file system? I'd like a way to tell OMVS not to assign any automoved file systems to one specific system in the sysplex. Mark Jacobs Sent from

Re: location of JCL for started task

2023-03-19 Thread Bill Giannelli
I found a WLM entry for an application environment specifying the proc in question with the following: Starting of server address spaces for a subsystem instance: Managed by WLM So is this started from within WLM? On Sun, 19 Mar 2023