¿ªÔÆÌåÓý


Re: CMS BREXX Question #VMCE

 

On Sat, Sep 28, 2024 at 15:03 Mark A. Stevens via <marXtevens=[email protected]> wrote:
If I quote a label, it fails.

That is a bug.? SIGNAL should accept either a symbol or a literal.

If I don't use quotes, it works, regardless of whether the label is lowercase, or uppercase.

That is correct.? Labels are not case-sensitive.? TRL2 even has this example:

signal bill;
...
Bill: say 'Hi!'


I have a "signal exit;" at line 23, but I get this, and can't figure out where the 'L0' is coming from, as that string is nowhere to be found in the code.

That qualifies as "weird".? I've never seen that happen in any Rexx version, including BREXX.? I have some Rexx programs that use SIGNAL extensively, and BREXX runs them just fine.

Ross


Re: CMS BREXX Question #VMCE

 

On Sat, Sep 28, 2024 at 01:52 PM, Ross Patterson wrote:
BREXX doesn't have either DIAG() or DIAGRC().
Well, darn it. That hurts.
?
?... Mark S.


Re: CMS BREXX Question #VMCE

 

Today is not my day to be programming REXX, it seems.
?
Another REXX question. If I quote a label, it fails. If I don't use quotes, it works, regardless of whether the label is lowercase, or uppercase.
?
graphdem
? ?281 *-* ? signal 'IOS'
Error 19.4 running GRAPH1, line 281: String or symbol expected after SIGNAL keyword; found "IOS"
?
I have a "signal exit;" at line 23, but I get this, and can't figure out where the 'L0' is coming from, as that string is nowhere to be found in the code. The "exit:" label exists.

? ? 23 *-* signal l0;
Error 16.1 running graphdem, line 23: Label "L0" not found
Ready(20016); T=0.23/0.23 12:44:48
?
?... Mark S.
?


Re: CMS BREXX Question #VMCE

 

On Sat, Sep 28, 2024 at 14:31 Mark A. Stevens via <marXtevens=[email protected]> wrote:
Which of these functions does BREXX on VM not have?

ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x;

BREXX doesn't have either DIAG() or DIAGRC().

Ross



CMS BREXX Question #VMCE

 

Which of these functions does BREXX on VM not have?

ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x;
?
I'm getting the following which isn't very helpful.

? ? 15 *-* ea = bitand(substr(diag('8C'),1,1),'40'x) = '40'x;
Error 43 running GRAPH1, line 15: Routine not found
?
My knowledge of REXX, that still resides in what is left of my brain, is from the 90s, so I'm sure I'm missing something.
?
?... Mark S.


Re: #VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx

 

On Tue, Sep 24, 2024 at 06:45 PM, William Denton wrote:
Personally, I would like to see efforts on EE going into creating a rich enough REXX integration that would allow the "side modes" to be implemented in REXX.like IBM did.
It is a lot of legwork to implement all the XEDIT subcommands and EXTRACT options. You can help me a lot by playing with the beast and tell me which XEDIT subcommands and EXTRACT options are needed first.
I was a little shocked when I just logged into VM/SP 5 at SDFVM ( planet.sdf.org:24 ) and saw that FILELIST, RDRLIST, PEEK and others are still written in EXEC 2.
?
Martin


Re: OS/VSAM Options for Advanced Applications (GC26-3819)

 

¿ªÔÆÌåÓý

There is a paper copy here :-

?

?

The used to scan manuals for a fee

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Dagfinn Hammar via groups.io
Sent: 27 September 2024 21:04
To: [email protected]
Subject: [h390-vm] OS/VSAM Options for Advanced Applications (GC26-3819)

?

Hi

I am looking for this IBM manual OS/VSAM Options for Advanced Applications (GC26-3819) but so far I have not been able to find this online. Does anybody here in this group know if this is available online or does anyone have a copy of this manual and willing to share this with this group??

?

Kind regards

Dagfinn


OS/VSAM Options for Advanced Applications (GC26-3819)

 

Hi
I am looking for this IBM manual OS/VSAM Options for Advanced Applications (GC26-3819) but so far I have not been able to find this online. Does anybody here in this group know if this is available online or does anyone have a copy of this manual and willing to share this with this group??
?
Kind regards
Dagfinn


Re: #VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx

 

A demonstration of EE's new ALL, MORE, and SHOW commands:
?
First:? all/extract
Second: more/input
Third: show
?
Note that MORE and SHOW are implemented as internal macros inside EE$MACRO EXEC.
?
See coloured screenshot for full beauty: /g/h390-vm/photo/280705/3834709
?
Martin
?
?REVERSER EE ? ? ? A1 ? ? ? ? V 255 ?Workl=125 Size=41 Line=ToF ? ? ? ? 5 File(s)?
?====> all/extract ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? 0 * * * Top of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? 6 ? ? ? ?"extract line" ? ? ?retrieves editor status information ? ? ? ? ? ? ?
? ? 7 ? ? ? ?"extract curline" ? file contensts in curline.3 ? ? ? ? ? ? ? ? ? ? ?
? ?12 ? "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?14 ? /* "extract size" */ size.1 = 41 /* not yet implemented */ ? ? ? ? ? ? ? ?
? ?17 ? ? "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?42 * * * End of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
Unchanged ?Load=0xE9C000 ?EE V1.3.2.0012_240924-1417 ?MECAFF at VM370CE ?14:42:30?

?REVERSER EE ? ? ? A1 ? ? ? ? V 255 ?Workl=125 Size=41 Line=ToF ? ? ? ? 5 File(s)?
?====> more/input ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? 0 * * * Top of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? 6 ? ? ? ?"extract line" ? ? ?retrieves editor status information ? ? ? ? ? ? ?
? ? 7 ? ? ? ?"extract curline" ? file contensts in curline.3 ? ? ? ? ? ? ? ? ? ? ?
? ? 8 ? ? ? ?"input ..." ? ? ? ? adds new content to file ? ? ? ? ? ? ? ? ? ? ? ??
? ?12 ? "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?14 ? /* "extract size" */ size.1 = 41 /* not yet implemented */ ? ? ? ? ? ? ? ?
? ?17 ? ? "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?20 ? ? ? "input ." ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?28 ? ? ? "input ."text1""reverse(text2) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?31 ? ? ? ?"input" reverse(text) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?42 * * * End of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
Unchanged ?Load=0xE9C000 ?EE V1.3.2.0012_240924-1417 ?MECAFF at VM370CE ?14:43:38?

?REVERSER EE ? ? ? A1 ? ? ? ? V 255 ?Workl=125 Size=41 Line=19 ? ? ? ? ?5 File(s)?
?====> show ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? 7 ? ? ? ?"extract curline" ? file contensts in curline.3 ? ? ? ? ? ? ? ? ? ? ?
? ? 8 ? ? ? ?"input ..." ? ? ? ? adds new content to file ? ? ? ? ? ? ? ? ? ? ? ??
? ? 9 ? */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?10 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?11 ? signal on syntax ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?12 ? "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?13 ? "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?14 ? /* "extract size" */ size.1 = 41 /* not yet implemented */ ? ? ? ? ? ? ? ?
? ?15 ? do i = 1 to size.1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?16 ? ? "locate 1" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?17 ? ? "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?18 ? ? text = curline.3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?19 ? ? if text = "" then do /* blank line ? */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?20 ? ? ? "input ." ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?21 ? ? end ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?22 ? ? else if substr(text,1,1) = " " then do /* leading blank ? */ ? ? ? ? ? ?
? ?23 ? ? ? do j = 1 to length(text) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?24 ? ? ? ? if substr(text,j,1) ^= " " then leave ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?25 ? ? ? end ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?26 ? ? ? text1 = substr(text,2,j-2) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?27 ? ? ? text2 = substr(text,j) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?28 ? ? ? "input ."text1""reverse(text2) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?29 ? ? end ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?30 ? ? else do /* 1st char is non-blank */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
Unchanged ?Load=0xE9C000 ?EE V1.3.2.0012_240924-1417 ?MECAFF at VM370CE ?14:45:19?


Photo EE_ALL_MORE_SHOW_Demo.png uploaded #photo-notice

Group Notification
 

The following photos have been uploaded to the EE goes XEDIT photo album of the [email protected] group.

By: Martin Scheffler <San-Lorenzo@...>


Re: What is special about the 3066?

 

On Thu, Sep 26, 2024 at 05:07 PM, Tony Harminc wrote:
When did the Yale-ASCII Series 1 software come along.
Ah, the protocol converters!
?
I was working at the Simon School of Business at the University of Rochester in the mid-1980's. The school had an HP3000 computer and a slew of ascii terminals of various models and manufacturers. Through a grant, the school obtained a 4361 along with a model 7171 protocol converter. I was assigned the task of programming the key mappings to get all the terminals to speak 3270 so students could log into VM (VM/SP 5 at the time).
?
I was originally hired to maintain the HP3000, but the success of the terminal mappings (which I shared with other schools), and the "how to use VM" seminars I conducted for the students made me the 4361 go-to guy and put me in position to ease into the job of sole system programmer. My boss hired someone else to deal with the HP3000 <grin>.


Re: #VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx

 

You run a macro (filetype EE) by entering its name as an EE subcommand. If you run the demonstration REVERSER EE on itself, you should get a result like this below. Note that EXTRACT /SIZE/ is not implemented yet, the file size is hard coded in line 14 as 41.
?
What is Load=0xE9C000 ? This shows the load address of EE in high memory, you would see Load=0x020000 otherwise.
While EE is running in high memory, all restrictions on the CMS subcommand are lifted.
?
Be sure to set your VM size to 16MB if fix is not applied to your system.
?
Martin
?
?REVERSER EE ? ? ? A1 ? ?V 255 ?Workl=125 Size=82 Line=27 ? ? 5 File(s) ? ? ? ? ?
?====> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?15 ? ? ? ?"input ..." ? ? ? ? adds new content to file ? ? ? ? ? ? ? ? ? ? ? ?
? ?16 . ? ? ?elif ot tnetnoc wen sdda ? ? ? ? "... tupni" ? ? ? ? ? ? ? ? ? ? ? ?
? ?17 ? */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?18 . /* ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?19 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?20 . ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?21 ? signal on syntax ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?22 . xatnys no langis ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?23 ? "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?24 . "enil tcartxe" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?25 ? "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?26 . "pot" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?27 ? /* "extract size" */ size.1 = 41 /* not yet implemented */ ? ? ? ? ? ? ??
? ?28 . /* detnemelpmi tey ton */ 14 = 1.ezis /* "ezis tcartxe" */ ? ? ? ? ? ? ??
? ?29 ? do i = 1 to size.1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?30 . 1.ezis ot 1 = i od ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?31 ? ? "locate 1" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?32 . ? "1 etacol" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?33 ? ? "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?34 . ? "enilruc tcartxe" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?35 ? ? text = curline.3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?36 . ? 3.enilruc = txet ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ?37 ? ? if text = "" then do /* blank line ? */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ?38 . ? /* ? enil knalb */ od neht "" = txet fi ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Modified* ?Load=0xE9C000 ?EE V1.3.2.0012_240924-1417 ?MECAFF at VM370CE ?04:43:45


Re: What is special about the 3066?

 

On Thu, 26 Sept 2024 at 11:42, Dave McGuire via <mcguire=[email protected]> wrote:
On September 26, 2024 11:38:14 AM "Drew Derbyshire" <swhobbit@...> wrote:
[...]
> I'm reminded how at Clarkson College in the late 1970s, the S/360-65J IPLed off the 1052 in the back, but after IPL most communication with the system was done via a more centrally located DECWriter (which of course was three times as fast and far quieter).
>
> (As a freshman at the time, I had absolutely no clue as to how one makes a DEC serial device a OS/360 system console. 46 years later, I'm still not sure I wanna know¡­)

? Well later on we did it with the AEA option in a 3174.? I have no idea of how it would've been done back then. I'd sure like to know.

When did the Yale-ASCII Series 1 software come along. I'm thinking very early 1980s, but possibly late 70s? I'm pretty sure it supported 328x printers.

Hmmm... the earliest I can find on VMSHARE is Oct 1980, but the search function there is very limited.


Tony H.


Re: What is special about the 3066?

 

-----Original Message-----
From: [email protected] <[email protected]> On Behalf Of Dave McGuire
via groups.io
Sent: 26 September 2024 16:43
To: [email protected]
Subject: Re: [h390-vm] What is special about the 3066?

On September 26, 2024 11:38:14 AM "Drew Derbyshire"
<swhobbit@...> wrote:
In my shop when we had the /168, the 3066 was only used during IPL and
doing diagnostic work. In fact, the 168 console was stuck in a back
corner of the computer room and all the real operation was done from
a bank of real 3270s in the center
I'm reminded how at Clarkson College in the late 1970s, the S/360-65J IPLed
off the 1052 in the back, but after IPL most communication with the system was
done via a more centrally located DECWriter (which of course was three times as
fast and far quieter).

(As a freshman at the time, I had absolutely no clue as to how one
makes a DEC serial device a OS/360 system console. 46 years later, I'm
still not sure I wanna know¡­)
Well later on we did it with the AEA option in a 3174. I have no idea of how it
would've been done back then. I'd sure like to know.
Well you could define a TTY on a 2708 but I don't believe that OS/360 could use that as a console...
.. on the other hand pretty sure with a PDP-8


-Dave
Dave

--
Dave McGuire, AK4HZ
New Kensington, PA






Re: What is special about the 3066?

 

On September 26, 2024 11:38:14 AM "Drew Derbyshire" <swhobbit@...> wrote:
In my shop when we had the /168, the 3066 was only used during IPL and
doing diagnostic work. In fact, the 168 console was stuck in a back corner
of the computer room and all the real operation was done from a bank of
real 3270s in the center
I'm reminded how at Clarkson College in the late 1970s, the S/360-65J IPLed off the 1052 in the back, but after IPL most communication with the system was done via a more centrally located DECWriter (which of course was three times as fast and far quieter).

(As a freshman at the time, I had absolutely no clue as to how one makes a DEC serial device a OS/360 system console. 46 years later, I'm still not sure I wanna know¡­)
Well later on we did it with the AEA option in a 3174. I have no idea of how it would've been done back then. I'd sure like to know.

-Dave

--
Dave McGuire, AK4HZ
New Kensington, PA


Re: What is special about the 3066?

 

On Tue, Sep 24, 2024 at 09:39 AM, William Denton wrote:
In my shop when we had the /168, the 3066 was only used during IPL and doing diagnostic work. In fact, the 168 console was stuck in a back corner of the computer room and all the real operation was done from a bank of real 3270s in the center
I'm reminded how at Clarkson College in the late 1970s, the S/360-65J IPLed off the 1052 in the back, but after IPL most communication with the system was done via a more centrally located DECWriter (which of course was three times as fast and far quieter).?

(As a freshman at the time, I had absolutely no clue as to how one makes a DEC serial device a OS/360 system console. 46 years later, I'm still not sure I wanna know¡­)
?
Still nervous,
-ahd-


Re: #VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx

 

I have uploaded a bleeding edge preview of EE into the Files section:
?
? /g/h390-vm/files/MECAFF%20tools:%20fixes%20and%20features/EE241417.VMARC
?
Martin
?
What is in this archive ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
README ? MEMO ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
this file, same as README ? HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EE$D ? ? MODULE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
executable module, DYNAMICally linked, runs in user area at 0x020000 ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EE$S ? ? MODULE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
executable module, STATICally linked, runs in user area at 0x020000 ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EE$D ? ? MAP ? ? ?A5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$S ? ? MAP ? ? ?A5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
load maps for DYNAMICally linked and STATICally linked module ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EERESLIB TEXT ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
relocatable object code to load EE in high memory via RESLIB ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EER$LOAD EXEC ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
REXX exec to load EE in high memory via RESLIB ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EE$MACRO EXEC ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
REXX exec that handles EE's new macro facility, necessary for REXX integration?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
SYSPROF ?EE ? ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
PROFILE ?EE ? ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
simple EE macros run once at startup ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
PROFILER EE ? ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
repeatable profile, called after file has been loaded into storage ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
LISTFILE EE ? ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
REXX macro: load output of CMS LISTFILE into the editor ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
REVERSER EE ? ? ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
REXX macro: A demonstration how a macro can modify file contents ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
$EE ? ? ?HELP$EE ?A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
README ? HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
CURSOR ? HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$BUGS ?HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$HELP ?HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$IBM ? HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$NEW ? HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$NOTES HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
EE$WISH ?HELPEE ? A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
work in progress, small help files for EE's internal help ? ? ? ? ? ? ? ? ? ? ?
Note: CMS HELP can be called when EE is loaded into high memory ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
/* work in progress, numbers may differ */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
Filename Filetype Fm ?Format ? ?Recs Blocks ? ? Date ? ?Time ? Label ? ? ? ? ??
README ? MEMO ? ? A1 ?V ? ?78 ? ? 74 ? ? ?4 ?2024-09-26 12:22 ?MCF191 ? ? ? ? ?
EE$D ? ? MODULE ? A1 ?V 65535 ? ? ?6 ? ?322 ?2024-09-24 12:25 ?MCF191 ? ? ? ? ?
EE$S ? ? MODULE ? A1 ?V 65535 ? ? ?8 ? ?452 ?2024-09-24 12:25 ?MCF191 ? ? ? ? ?
EE$D ? ? MAP ? ? ?A5 ?F ? 100 ? ?460 ? ? 58 ?2024-09-24 12:25 ?MCF191 ? ? ? ? ?
EE$S ? ? MAP ? ? ?A5 ?F ? 100 ? ?466 ? ? 59 ?2024-09-24 12:25 ?MCF191 ? ? ? ? ?
EERESLIB TEXT ? ? A1 ?F ? ?80 ? 5570 ? ?557 ?2024-09-24 12:25 ?MCF191 ? ? ? ? ?
EER$LOAD EXEC ? ? A1 ?V ? ?70 ? ? 36 ? ? ?2 ?2024-09-14 11:59 ?MCF191 ? ? ? ? ?
EE$MACRO EXEC ? ? A1 ?V ? 109 ? ?194 ? ? ?7 ?2024-09-25 11:50 ?MCF191 ? ? ? ? ?
SYSPROF ?EE ? ? ? A1 ?V ? ?34 ? ? ?9 ? ? ?1 ?2024-09-14 ?9:47 ?MCF191 ? ? ? ? ?
PROFILE ?EE ? ? ? A1 ?V ? ?42 ? ? 38 ? ? ?1 ?2024-08-13 11:20 ?MCF191 ? ? ? ? ?
PROFILER EE ? ? ? A1 ?V ? ?71 ? ? 57 ? ? ?4 ?2024-09-25 ?9:43 ?MCF191 ? ? ? ? ?
LISTFILE EE ? ? ? A1 ?V ? ?52 ? ? 30 ? ? ?1 ?2024-09-04 ?9:51 ?MCF191 ? ? ? ? ?
REVERSER EE ? ? ? A1 ?V ? ?64 ? ? 41 ? ? ?2 ?2024-09-26 11:23 ?MCF191 ? ? ? ? ?
$EE ? ? ?HELP$EE ?A1 ?V ? ?84 ? ? 27 ? ? ?2 ?2024-08-08 21:28 ?MCF191 ? ? ? ? ?
README ? HELPEE ? A1 ?V ? ?78 ? ? 74 ? ? ?4 ?2024-09-26 12:22 ?MCF191 ? ? ? ? ?
CURSOR ? HELPEE ? A1 ?V ? ?75 ? ? ?4 ? ? ?1 ?2024-08-10 ?5:33 ?MCF191 ? ? ? ? ?
EE$BUGS ?HELPEE ? A1 ?V ? 114 ? ?120 ? ? ?6 ?2024-08-10 ?6:03 ?MCF191 ? ? ? ? ?
EE$HELP ?HELPEE ? A1 ?V ? ? 8 ? ? ?1 ? ? ?1 ?2024-08-08 20:19 ?MCF191 ? ? ? ? ?
EE$IBM ? HELPEE ? A1 ?V ? ?51 ? ? 14 ? ? ?1 ?2024-08-08 22:13 ?MCF191 ? ? ? ? ?
EE$NEW ? HELPEE ? A1 ?V ? ?76 ? ? 38 ? ? ?2 ?2024-08-09 ?1:46 ?MCF191 ? ? ? ? ?
EE$NOTES HELPEE ? A1 ?V ? ? 7 ? ? ?1 ? ? ?1 ?2024-08-08 21:25 ?MCF191 ? ? ? ? ?
EE$WISH ?HELPEE ? A1 ?V ? ? 6 ? ? ?1 ? ? ?1 ?2024-08-08 21:25 ?MCF191 ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?


2 files uploaded #file-notice

Group Notification
 

The following items have been added to the Files area of the [email protected] group.

By: Martin Scheffler <San-Lorenzo@...>

Description:
EE bleeding edge preview V1.3.2.0012_240924-1417


Re: Reserving Modification Numbers

 

I posted a list of modification numbers that are available as of the v1 r1.2 release of Community Edition.
?
I would encourage people to annotate that list with the numbers they would like to claim for their own work. I also think it would be useful to the group for the claim to include a name and brief note as to the nature of their updates... with the intention of avoiding duplication of efforts and potential collaboration on interesting updates.
?
For example, I am working on an update to DMKGRF, etc. that eliminates using GRTBLOK and the associated model dependent coding. If someone else is looking at things relating to DMKGRF, we would be better off if we worked together.
?
cheers, William


Re: ECPSVM under Hyperion

 

On Wed, Sep 25, 2024 at 05:37 AM, Gregg Levine wrote:
Hello!
And Spinhawk is the development branch name for the regular example of
Hercules?
Spinhawk is (obsolete) Hercules 3.x.? Prior to Hercules Helper, it was Spinhawk was fair easier to to build.

Yes? And Pluto is what besides Mr. Mouse's dog, and a dwarf planet?
It's a Bloom County quote (in response to a congressional subpoena).
?
-ahd-