How Big/Long is a CMS Module
I've been trying find/figure this out. A CMS module is of a certain length/size. How do I find out what that size is? Why? because I want to call another module, and have it load above the first one,
By
Mark A. Stevens
·
#5465
·
|
MONITOR Files
Hi Peter, it took me some time, but eventually I found the MONSTATS program from the 1985 Waterloo Tape at this website: http://www.smrcc.org.uk/members/g4ugm/shedlock/vmwkshop.html . (
By
Ralf Straube
·
#5464
·
|
IBM BASIC Language - Compiler messages not displayed
Hi Dave, I bet you will solve the puzzle. Please let me know, if I can assist you in any way, for example by testing. Greetings Ralf
By
Ralf Straube
·
#5463
·
|
Re: IBM BASIC Language - Compiler messages not displayed
Ralf, Well now you are happy, I have to see what is stopping the error messages. Dave Sent: Friday, February 2, 2024 11:15 AM To: [email protected] Subject: [h390-vm] IBM BASIC Language - Compiler
By
Dave Wade
·
#5462
·
|
IBM BASIC Language - Compiler messages not displayed
Hi Dave, "ACCESS (NOPROF" did it! Now BASIC shows every compiler error and warning message I was able to generate, Thank you very much for your assistance. I also learned from your answer more about
By
Ralf Straube
·
#5461
·
|
Re: IBM BASIC Language - Compiler messages not displayed
Ralf, Pretty sure it one of the profile files. Instead of hitting enter at the VM READ prompt at login type :- ¡°ACCESS (NOPROF¡± And test again please¡ ¡ you will have to use EDIT rather than
By
Dave Wade
·
#5460
·
|
IBM BASIC Language - Compiler messages not displayed
Hi Dave, thank you very much for your reply. I made the changes to SYSPROFB EXEC, but the result was the same as before. After that, trying to find different test cases, not only a simple syntax error
By
Ralf Straube
·
#5459
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Bertram Moshier wrote: Correct.
By
Fish Fish
·
#5458
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
The READCARD you coded should do the work. However, looking at the output of the QUERY command just before, I see the HOLD status is USER. I think it means the spool file is held so you can't save it
By
Ren¨¦ Ferland
·
#5457
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
hi RECEIVE moves a file from spool to your disk. something like RECEIVE spoolid = = or RECEIVE spooldid fn ft fm best regards Mike
By
Mike Beer
·
#5456
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Hello, I'm sorry, I don't get it. The class is correct, as they are both class A. As for CON (console), I asked earlier how to read a print (console) file onto a CMS disk. The reply was to use the
By
Bertram Moshier
·
#5455
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Bertram Moshier wrote: [...] [...] This: OWNERID FILE CLASS RECDS CPY HOLD DATE TIME ... OPERATOR 1803 A CON 000065 01 USER 01/22 00:44:15 ^^^^ ^^^^ ^^^^ -- "Fish" (David B. Trout) Software
By
Fish Fish
·
#5454
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Hello again, Unfortunately, I'm finding my memory is not what it used to be about VM. This is what I'm doing and seeing. What am I doing wrong? q rdr 1803 all#readcard operator con a OWNERID FILE
By
Bertram Moshier
·
#5453
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Thank you! Transfer command. I forgot about it.
By
Bertram Moshier
·
#5452
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
wrote: When Hercules creates a printer device, it typically dumps the data written to the printer into a disk file on the host machine. You could let the file "print" to that file, then open it up in
By
Ross Patterson
·
#5451
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
Bertram Moshier wrote: [...] You have 2 choices, depending on whether it was actually printed or not. Just because something is routed to the [usually system] print queue does necessarily mean it will
By
Fish Fish
·
#5450
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
OK, Thank you. I'll have to look at the Profile Exec. Right now the console went to the Print Queue not reader. How do I look at the printer spool file without burning some trees? Thanks.
By
Bertram Moshier
·
#5449
·
|
Re: I forgot: How does one read a print / console spool file to CMS disk
CP Spool con start to * cl a Do your stuff At end CP Spool con stop close When the file goes to the reader you can then do a readfile of it to your cms disk. Sent: Wednesday, January 31, 2024 4:45 PM
By
Mike Ward
·
#5448
·
|
I forgot: How does one read a print / console spool file to CMS disk
Hello, In the pofile exec, I start the console for the operator. I forgot how to process the print / console files, so I can edit them later on (e.g., read them to CMS disk). How do I do it, please?.
By
Bertram Moshier
·
#5447
·
|
Re: IBM BASIC Language - Compiler messages not displayed
Ralf, Looks like it is something to do with loading REXX into memory. If you copy SYSPROFB EXEC onto the A disk and then comment out the RESLIB LOAD and DMSREX lines it works but you have no REXX. Can
By
Dave Wade
·
#5446
·
|