¿ªÔÆÌåÓý


Re: Additional Help Files

 

On Mon, Jan 24, 2022 at 09:14 PM, Mark A. Stevens wrote:
Part of trying to tidy things up, I am trying to test the commands. I'm having a problem running a simple BASIC program with BWBASIC.
Interactive mode seems a bit dodgy. I can use apostrophes (')? for print statements, but it doesn't execute. Use of quotes ("), they just disappear.

bwbasic
?Bywater BASIC Interpreter/Shell, version 2.50
?Copyright (c) 1993, Ted A. Campbell
?Copyright (c) 1995-1997, Jon B. Volkoff
?
OPEN ERROR CODE '04' ON 'PDP000HD'.
10 rem Hello World Program
20 print Hello World.
30 end
list
bwBASIC: bwBASIC: bwBASIC: bwBASIC:????? 10: REM HELLO WORLD PROGRAM
???? 20: PRINT HELLO WORLD.
???? 30: END
run
bwBASIC:
ERROR in line 20: in bwb_exp(): incomplete expression.
20 print 'Hello World.'
list
bwBASIC: bwBASIC:????? 10: REM HELLO WORLD PROGRAM
???? 20: PRINT 'HELLO WORLD.'
???? 30: END
run
bwBASIC:
ERROR in line 20: in bwb_exp():? Error detected in parsing expression
?
bwBASIC:
Ready; T=0.04/0.06 21:23:27


?... Mark S.


Re: Additional Help Files

 

On Mon, Jan 24, 2022 at 03:30 AM, Dave Wade wrote:
It looks complete, but some of my new stuff is rough. If Mark has time to tidy. ?I am intending to write some more, but as usual I have been side-lined by project creep elsewhere. Might be a good idea to also have a process to move to VM.
Part of trying to tidy things up, I am trying to test the commands. I'm having a problem running a simple BASIC program with BWBASIC. Any ideas as to why I'm getting OPEN ERROR CODE '04' ON 'PDP000HD'.

type hello basic a
?
0010 REM HELLO WORLD EXAMPLE
0020 PRINT "Hello World"
0030 END
?
Ready; T=0.14/0.19 21:07:11
bwbasic hello.basic
?Bywater BASIC Interpreter/Shell, version 2.50
?Copyright (c) 1993, Ted A. Campbell
?Copyright (c) 1995-1997, Jon B. Volkoff
?
OPEN ERROR CODE '04' ON 'PDP000HD'.
Hello World
?
bwBASIC:
Ready; T=0.03/0.04 21:12:05
bwbasic hello.basic.a
?Bywater BASIC Interpreter/Shell, version 2.50
?Copyright (c) 1993, Ted A. Campbell
?Copyright (c) 1995-1997, Jon B. Volkoff
?
OPEN ERROR CODE '04' ON 'PDP000HD'.
Hello World
?
bwBASIC:
Ready; T=0.08/0.10 21:12:22

?... Mark S.


Re: Additional Help Files

 

On Mon, Jan 24, 2022 at 06:42 AM, Bob Bolch wrote:
Dave and Mark, VMFPLC2 sounds?like a good method.
I have the files on a minidisk on my VM, and can create a "tape" using VMFPLC2, and then commit that. The Hercules/Fish vmfplc2 command will process it.

Does that work?? If so, then I will also tidy Dave's latest files, upload those as commits to GitHub vm370, and places them on the "tape."

?... Mark S.


Re: Additional Help Files

 

On Mon, Jan 24, 2022 at 03:30 AM, Dave Wade wrote:
It looks complete, but some of my new stuff is rough. If Mark has time to tidy. ?I am intending to write some more, but as usual I have been side-lined by project creep elsewhere. Might be a good idea to also have a process to move to VM.
I can tidy those up. A couple of days to do so.

?... Mark S.


Re: HELP files and GCC/UNIX tools

 

Dave,?
Using --help for those Unix style utilities is fine with me.?
/Bob


On Mon, Jan 24, 2022 at 5:14 AM Dave Wade <dave.g4ugm@...> wrote:

Gentles,

?

There are some GCC/UNIX style utils on the Y-Disk, for example DIFF, PATCH and M4.

For some I have provided full help, for others I have provided basic help with an instruction to display the command help using the ¡°--help" option.

I feel that writing full help for commands such as M4 which won¡¯t get much use, and where help is included is a waste of effort.

It would also create more work down the line, as if they are ever updated, we would need to update our help.

On the other hand, I feel not providing any help files is not in the spirit of VM. ?

?

Does anyone have any thoughts or feelings on this?

?

Dave


Re: Additional Help Files

 

Dave and Mark, VMFPLC2 sounds?like a good method. I am finishing up an EDIT bug fix, hopefully today,
so I can start a review in a day or 2.
/Bob

On Mon, Jan 24, 2022 at 4:30 AM Dave Wade <dave.g4ugm@...> wrote:

Bob,

?

It looks complete, but some of my new stuff is rough. If Mark has time to tidy.? I am intending to write some more, but as usual I have been side-lined by project creep elsewhere. Might be a good idea to also have a process to move to VM.

I was thinking perhaps a file that can be used with the VMFPLC2 utility FISH provides?

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Mark A. Stevens via
Sent: 24 January 2022 01:04
To: [email protected]
Subject: Re: [h390-vm] Additional Help Files

?

On Sun, Jan 23, 2022 at 05:45 PM, Bob Bolch wrote:

Does the current view on GitHub show everyone's changes merged in now?

I see Dave's and my help files. If we are the only submitters, then you have them all.
If you got files from someone else, somewhere else, then those need to be added.

?... Mark S.


HELP files and GCC/UNIX tools

 

¿ªÔÆÌåÓý

Gentles,

?

There are some GCC/UNIX style utils on the Y-Disk, for example DIFF, PATCH and M4.

For some I have provided full help, for others I have provided basic help with an instruction to display the command help using the ¡°--help" option.

I feel that writing full help for commands such as M4 which won¡¯t get much use, and where help is included is a waste of effort.

It would also create more work down the line, as if they are ever updated, we would need to update our help.

On the other hand, I feel not providing any help files is not in the spirit of VM. ?

?

Does anyone have any thoughts or feelings on this?

?

Dave


Re: Additional Help Files

 

¿ªÔÆÌåÓý

Bob,

?

It looks complete, but some of my new stuff is rough. If Mark has time to tidy. ?I am intending to write some more, but as usual I have been side-lined by project creep elsewhere. Might be a good idea to also have a process to move to VM.

I was thinking perhaps a file that can be used with the VMFPLC2 utility FISH provides?

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Mark A. Stevens via groups.io
Sent: 24 January 2022 01:04
To: [email protected]
Subject: Re: [h390-vm] Additional Help Files

?

On Sun, Jan 23, 2022 at 05:45 PM, Bob Bolch wrote:

Does the current view on GitHub show everyone's changes merged in now?

I see Dave's and my help files. If we are the only submitters, then you have them all.
If you got files from someone else, somewhere else, then those need to be added.

?... Mark S.


Re: Additional Help Files

 

On Sun, Jan 23, 2022 at 07:16 PM, Gregg Levine wrote:
Hello!
Um Group where on Github is all of this based? That's a big area to
search proactively.
Look here ... a slightly smaller area ;-)



?... Mark S.


Re: Additional Help Files

 

Hello!
Um Group where on Github is all of this based? That's a big area to
search proactively.
-----
Gregg C Levine gregg.drwho8@...
"This signature fought the Time Wars, time and again."

On Sun, Jan 23, 2022 at 8:04 PM Mark A. Stevens via groups.io
<marXtevens@...> wrote:

On Sun, Jan 23, 2022 at 05:45 PM, Bob Bolch wrote:

Does the current view on GitHub show everyone's changes merged in now?

I see Dave's and my help files. If we are the only submitters, then you have them all.
If you got files from someone else, somewhere else, then those need to be added.

... Mark S.
________________________________
As the prosecution wound up its scathing and largely annoying litany
of meaningless questions aimed at a friend of the Defendant, the
Doctor took notes. At the end of that session in Perry's office, they
gathered, and Della translated his notes into their records. While she
worked, Junior Cat slept on her lap. Snarl and Simba sprawled on the
couch, and Paul was attempting to find out from the black cat in the
room if that individual was the same from before. Duke and Doctor
helped Della out by helping in translating the Doctor's writing. From
Perry Mason meets Doctor Who an unpublished memoir.


Re: Additional Help Files

 

On Sun, Jan 23, 2022 at 05:45 PM, Bob Bolch wrote:
Does the current view on GitHub show everyone's changes merged in now?
I see Dave's and my help files. If we are the only submitters, then you have them all.
If you got files from someone else, somewhere else, then those need to be added.

?... Mark S.


Re: Additional Help Files

 

I am not a regular GitHub user, but I thought that I could use the delta view I have seen on GitHub to see where the changes were. If not, it's not a big deal. I can just view the originals on VM and see the changed files on GitHub. Does the current view on GitHub show everyone's changes merged in now? If so, those are the versions I will copy to the next release. Thanks to every contributor!
/Bob

On Sun, Jan 23, 2022, 5:03 PM Mark A. Stevens via <marXtevens=[email protected]> wrote:
On Sun, Jan 23, 2022 at 08:39 AM, Dave Wade wrote:
I have added some more help files to the GIT Hub repository, but perhaps I should have put them in a branch ?
I'm wondering if we can back out commits, need to read/learn more. My addition of the help files is missing your originals. Bob wanted both, your originals, and my changes, in there.

?... Mark S.


Re: Additional Help Files

 

On Sun, Jan 23, 2022 at 04:03 PM, Mark A. Stevens wrote:
I'm wondering if we can back out commits, need to read/learn more. My addition of the help files is missing your originals. Bob wanted both, your originals, and my changes, in there.
Yes, they can, but need to be done in reverse order.



?... Mark S.


Re: Additional Help Files

 

On Sun, Jan 23, 2022 at 08:39 AM, Dave Wade wrote:
I have added some more help files to the GIT Hub repository, but perhaps I should have put them in a branch ?
I'm wondering if we can back out commits, need to read/learn more. My addition of the help files is missing your originals. Bob wanted both, your originals, and my changes, in there.

?... Mark S.


Additional Help Files

 

¿ªÔÆÌåÓý

I have added some more help files to the GIT Hub repository, but perhaps I should have put them in a branch ?

?

Dave


Re: WAKEUP - does a emulation of this module exist

 

On Thu, Jan 20, 2022 at 08:29 PM, Mark A. Stevens wrote:
The, now LRECL 80, RECFM F, file is available here: /g/h390-vm/files/WAKEUP/WAKEUP.VMARC.A.zip
The assembler code requires macros from SCHMAC MACLIB, which I have added to WAKEUP VMARC, so if you don't see the MACLIB with VMARC LIST, then ensure you have? the most recent copy of the file.

Sorry for the inconvenience.

?... Mark S.


Re: WAKEUP - does a emulation of this module exist

 

On Tue, Jan 18, 2022 at 09:20 PM, Ren¨¦ Ferland wrote:
Put the WAKEUP ASSEMBLE pack source in a VMARC, then transfer the latter with IND$FILE?
Rene,

Absolument magnifique! Absolutely wonderful!

That did the trick.

The, now LRECL 80, RECFM F, file is available here: /g/h390-vm/files/WAKEUP/WAKEUP.VMARC.A.zip

... Mark S.


Re: WAKEUP - does a emulation of this module exist

 

On Tue, Jan 18, 2022 at 06:22 PM, Mark A. Stevens wrote:
The problem I have at the moment, is the file has an LRECL 1024, RECFM F does not work with IND$FILE, as it only supports a max LRECL of 255. Therefore, I can not download the file from my VM/370 system.
Put the WAKEUP ASSEMBLE pack source in a VMARC, then transfer the latter with IND$FILE?

Cheers,

Rene FERLAND, Montreal


Re: WAKEUP - does a emulation of this module exist

 

On Mon, Jan 17, 2022 at 11:27 PM, Drew Derbyshire wrote:
I'd suggesti trying the LCM+L machine to unpack it (you can use a guest account).? You'll need X3270/C3270 on your local machine to upload it.
Drew,

Thank you for the suggestion. That occurred to me as well. I have been logged on to the VM/SP 5 system as a guest a couple of times to test my memory, as well as some code. I use x3270 all the time on my Linux system to connect to my MVS and VM/370 systems.

The problem I have at the moment, is the file has an LRECL 1024, RECFM F does not work with IND$FILE, as it only supports a max LRECL of 255. Therefore, I can not download the file from my VM/370 system. So I am working on using the Hercules version of vmfplc2, to extract the file from "tape" and then I can see if the VM/SP 5 version of IND$FILE allows an LRECL 1024.

Ah, the wonders of technology ... I wonder why I am trying to use this technology :-D

?... Mark S.


Re: WAKEUP - does a emulation of this module exist

 

I'd suggesti trying the LCM+L machine to unpack it (you can use a guest account).? You'll need X3270/C3270 on your local machine to upload it.