vm370
vm370 copied to clipboard
This command disassembles binary programs back to source. Mike is modernizing it and extracting the source code for distribution on the Community Edition.
I'm trying to read a large value from a Rexx variable, and write it to disk, using `EXECIO DISKW`. Looking at `DMSXIO`, it appears `GETREXXV` is receiving `SHVTRUNC` from Rexx...
From Rene Ferland: In the description of DOSIPL EXEC content, replace IPL 360 by CP IPL 360. Without the CP prefix, the command will not be run (because it is...
Simple overview: 1. Edit a file with EE after entering vmsetup cms vmsetup cp will lead to an address exception. 2. Edit a file with EE after entering vmsetup cms...
BASIC compiler error messages are not echoed to the console. A temporary fix is to by-pass the SYSPROF exec file. So after CMS IPLs at the READY prompt type ACCESS...
As a result of a discussion on the hercules list OPCODES VMARC came in the picture, when I tested it on VM/370 it turned out that a newer maclib format...
Need a writeup for this.
first ft should be fm in the synopsis second fn in item list should be fm ```patch diff -u1 printouts/dir.help$cm printouts.corrected/dir.help$cm --- printouts/dir.help$cm 2022-12-16 16:41:27.515481791 +0100 +++ printouts.corrected/dir.help$cm 2022-12-16 16:45:40.502477261...
Allow specification of filetype for a REXX macro in an IBM FBLOCK. Note that the in-core EXEC support is not yet available. Modify REXX.C to use the filetype specified in...