¿ªÔÆÌåÓý

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
By Dave Wade · #3947 ·
Re: Additional Help Files
Look here ... a slightly smaller area ;-) https://github.com/s390guy/vm370 ... Mark S.
By Mark A. Stevens · #3946 ·
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."
By Gregg Levine · #3945 ·
Re: Additional Help Files
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.
By Mark A. Stevens · #3944 ·
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
By Bob Bolch · #3943 ·
Re: Additional Help Files
Yes, they can, but need to be done in reverse order. https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reverting-a-commit ... Mark S.
By Mark A. Stevens · #3942 ·
Re: Additional Help Files
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.
By Mark A. Stevens · #3941 ·
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
By Dave Wade · #3940 ·
Re: WAKEUP - does a emulation of this module exist
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.
By Mark A. Stevens · #3939 ·
Re: WAKEUP - does a emulation of this module exist
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.
By Mark A. Stevens · #3938 ·
Re: WAKEUP - does a emulation of this module exist
Put the WAKEUP ASSEMBLE pack source in a VMARC, then transfer the latter with IND$FILE? Cheers, Rene FERLAND, Montreal
By Ren¨¦ Ferland · #3937 ·
Re: WAKEUP - does a emulation of this module exist
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
By Mark A. Stevens · #3936 ·
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.
By Drew Derbyshire · #3935 ·
Re: WAKEUP - does a emulation of this module exist
Thanks for the research. I have the 1987 VMSHARE database on "tape" and loaded the EXEC from COMPRESS NOTE. It only works on REXX program :-( ... Mark S.
By Mark A. Stevens · #3934 ·
Re: WAKEUP - does a emulation of this module exist
Mark, Your command looks just fine -- you got it right.? The error message seems simple enough, meaning about PACK my guess was wrong. I saw another post in this thread about COMPRESS.? It tickled a
By Ganino, James (PERATON) · #3933 ·
Re: CLOAD EXEC
CKFSTYPE EXEC Y2, seems to be part of the MECAFF package, as it checks on DIAG 58 support. GCOMD EXEC Y2, no clue either. Seems to have something to do with G class command use/permission. GFILE1 EXEC
By Mark A. Stevens · #3932 ·
Re: WAKEUP - does a emulation of this module exist
If the file looks scrambled/compressed perhaps its in Terse Form which IIRC uses a 1024 blocksize. Regards, Martin.
By Martin Taylor <mtayloribm360@...> · #3931 ·
Re: WAKEUP - does a emulation of this module exist
Is the ¡°pack¡± format documented anywhere? Dave Sent: 15 January 2022 11:25 To: [email protected] Subject: Re: [h390-vm] WAKEUP - does a emulation of this module exist I expect the F 1024 file was
By Dave Wade · #3930 ·
Re: WAKEUP - does a emulation of this module exist
I expect the F 1024 file was created in COPYFILE ( PACK format, BUT the block size indicates that it was created on a VM/SP or later version of VM. The PACK format changed to F 1024 when the enhanced
By Bob Bolch · #3929 ·
Re: Updated Help
Mark A. Stevens wrote: Ah! Okay. The default for AUTOINIT is ON: https://sdl-hercules-390.github.io/html/hercconf.html#AUTOINIT [...] So if
By Fish Fish · #3928 ·