Keyboard Shortcuts
Likes
- H390-MVS
- Messages
Search
Re: Windows build with VS2019 [Was: Newbie question about REVIEW/RPF etc]
On Sun, Nov 22, 2020 at 4:08 PM Fish Fish <david.b.trout@...> wrote:
Recently? I noticed that with all the incompatible versions of Internet Explorer that didn't follow the internet specifications, Windows where the shortcuts change with every version, Office versions with different instructions. <deleted>
-- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? |
Re: mounting a SCRTCH volume
Hello Rahim,
?
ISPCLT1 is the DDNAME of a (temporary) work dataset for ISPF defined in the ISPFPROC logon procedure. Apparently, MVS has trouble allocating it. I can't say for sure but I suspect MVS wants to allocate it on a DASD with a STORAGE use attribute, and your system does not have enough room left on these DASDs (or the only DASD of that kind if it is the system I think).? Can you still logon, edit and submit jobs? If so I would suggest that you initialize your scratch DASD with ICKDSF, then add it to the VATLST00 member with the STORAGE use attribute (0) and finally re-IPL. People here with deeper knowledge may provide a better solution (and correct my diagnosis if I am wrong on some aspects).
?
Good luck,
?
Rene FERLAND, Montreal? |
Re: Windows build with VS2019 [Was: Newbie question about REVIEW/RPF etc]
Bill Lewis
On Sun, Nov 22, 2020 at 05:16 PM, Fish Fish wrote:
Bill Lewis wrote:OK, RETAIL-X64 also "just works". |
Re: Windows build with VS2019 [Was: Newbie question about REVIEW/RPF etc]
Bill Lewis wrote:
[...] MAKEFILE.BAT RETAIL MAKEFILE.MSVC 8 -title "WRL Test Build" -aFYI: I would personally have used "retail-x64" and not just plain "retail". A plain "retail" builds a 32-bit version of Hercules, whereas "retail-x64" build a native 64-bit version of Hercules, which runs much more efficiently on 64-bit Windows systems (which is what almost all systems are these days; 32-bit systems are becoming more and more rare as time goes by. Virtually *all* systems made these days are 64-bit.) Just wanted to pass that on: you should use "RETAIL-X64", not plain "RETAIL". (enter "makefile.bat /?" for more info) -- "Fish" (David B. Trout) Software Development Laboratories mail: fish@... |
Re: Windows build with VS2019 [Was: Newbie question about REVIEW/RPF etc]
Bill Lewis wrote:
[...] VS2019 seems to change to be updated quite often and seemsI've noticed that very phenomenon with Visual Studio for the past several versions now. I'm personally of the mind to NOT use the "latest and greatest" version, and to instead always use the immediately *previous* version (e.g. VS2017 in this case). Today (22 Oct 2020) I created a fresh Windows 10 20H2 underSounds good so far. After installation, I used Start / Settings / System / About /Again, good so far. Open from Start menu, VS2019 x64 Native Tools Command Prompt.I personally prefer to build Hercules from the Visual Studio GUI rather than from the command line, but each their own. Whatever floats your boat. <shrug> In that command prompt window, I changed to SDL-Hercules gitFantastic! That's good news! Thank you for sharing that, Bill. To get it to build inside Visual Studio itself, there was moreHmmm... So building within Visual Studio is where the problem lies. Build fine from command prompt, but not from Visual Studio? Dang! That's disappointing. :( In C:\Program Files (x86)\Microsoft Visual Studio\2019\(Editor's note: above 2 lines are ACTUALLY just *ONE* line. On this test system that expands to:Yes, they keep changing things from one "release" to the next. PLEASE NOTE that I said "release" and not "version"! With each new version, they release a "preliminary draft" so to speak, and then keep releasing new "drafts" over and over and over again, until eventually they decide they're done, and then release the OFFICIAL *final* version. That is to say, in my experience, all so-called "current" versions that they release are actually ALL just "preliminary-still-under-development-don't-trust-anything-this-release-does-because-it-can-change-drastically-in-a-heartbeat" releases and NOT "official" releases/versions. That's why I personally recommend NOT using the so-called "current" version and to instead stick with the immediately previous/prior version instead. At least we know IT'S behavior is not going to suddenly change! Then I copied my old Microsoft.Cpp.x64.user.props (from anotherWhich they've been saying VStudio *will* honor -- if it finds it. <?xml version="1.0" encoding="utf-8"?>Because it found (and used!) the old VS2017 props! (which we KNOW works!) I did not attempt a Debug build or to debug anything.Long past time. :( Thanks for the report Bill. Much appreciated. -- "Fish" (David B. Trout) Software Development Laboratories mail: fish@... |
Re: mounting a SCRTCH volume
That sounds very reasonable, and I tried it. ????? :?????????????????????????????????????????????????????????????????????????????? ? ????? 10.00.47 TSU00023? IEF878I END OF IEF877E FOR IBMUSER ISPFPROC ISPFPROC ISPCLT1 ? ??? | 10.00.47 TSU00023 *05 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'.????????? ? ??? - 10.01.03?????????? r 5,a95????????????????????????????????????????????????????? ? ????? 10.01.03 TSU00023? IEE600I REPLY TO 05 IS;A95?????????????????????????????????? ? ??? - 10.01.03 TSU00023? IEF490I IBMUSER - INVALID REPLY.???????????????????????????? ? ??? | 10.01.03 TSU00023 *06 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'.????????? ? ? 00- 10.02.04?????????? r 6,A95????????????????????????????????????????????????????? ? ????? 10.02.04 TSU00023? IEE600I REPLY TO 06 IS;A95?????????????????????????????????? ? ??? - 10.02.04 TSU00023? IEF490I IBMUSER - INVALID REPLY.???????????????????????????? ? ???? *10.02.04 TSU00023 *07 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'.?????????? regards; Rahim ??
On Sunday, November 22, 2020, 12:22:19 PM CST, Kevin Monceaux <kevin@...> wrote:
Rahim, On Sun, Nov 22, 2020 at 06:16:32PM +0000, Rahim Azizarab via groups.io wrote: > On Hercules I have at least one completely empty volume;? but I have not > figured out how to tell MVS that it is a SCRATCH volume. > > 0A95????? 3390????? dasd/SY2PKB.cckd?? MVS has figured out how you can tell it: 04.49.33 TSU00023 *05 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'. R 05,A95 -- Kevin Bruceville, TX What's the definition of a legacy system? One that works! Errare humanum est, ignoscere caninum. |
Re: mounting a SCRTCH volume
Rahim,
You might find a useful aide memoire. Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Sun, 22 Nov 2020 12:22:09 -0600 "Kevin Monceaux" <Kevin@...> wrote: Rahim, |
Re: Windows build with VS2019 [Was: Newbie question about REVIEW/RPF etc]
Bill Lewis
On Fri, Nov 20, 2020 at 10:01 PM, Jeffrey Melton wrote in part:
BTW - A few weeks ago I'd sent you an email regarding your Windows build instructions for SDL Hyperion and have yet to get a response. The Property Sheet modifications as documented in your instructions cannot be done for a clean install of Visual Studio 2019, as those property sheets don't exist? Are there alternate instructions for ensuring that the 'win32.mak' is included for VS2019? Jeffrey and Fish, I then rebooted. |
Re: mounting a SCRTCH volume
Rahim,
On Sun, Nov 22, 2020 at 06:16:32PM +0000, Rahim Azizarab via groups.io wrote: On Hercules I have at least one completely empty volume;? but I have notMVS has figured out how you can tell it: 04.49.33 TSU00023 *05 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'. R 05,A95 -- Kevin Bruceville, TX What's the definition of a legacy system? One that works! Errare humanum est, ignoscere caninum. |
Re: mounting a SCRTCH volume
On Hercules I have at least one completely empty volume;? but I have not figured out how to tell MVS that it is a SCRATCH volume. 0A95????? 3390????? dasd/SY2PKB.cckd?? regards; Rahim ? ??
On Sunday, November 22, 2020, 11:44:00 AM CST, Rene BRANDT via groups.io <rbr146@...> wrote:
Hi Rahim, How are these units on hercules side ? 0120-015F 0301-0318 ¸é±ð²Ô¨¦ |
mounting a SCRTCH volume
Does anyone know how to get rid of
this error?? I tried all my tricks and it still persists. How can I
specify a scratch volume?? I have one mounted but it does not see it. ?04.49.31 TSU00023? $HASP373 IBMUSER? STARTED???????????????????????????????????????????? ? ?04.49.31 TSU00023? IEF125I IBMUSER - LOGGED ON - TIME=04.49.31?????????????????????????? ??04.49.32 TSU00023? IEF244I IBMUSER ISPFPROC ISPFPROC - UNABLE TO ALLOCATE 4 UNIT(S)????? ? ???????? AT LEAST 4 OFFLINE UNIT(S) NEEDED.?????????????????????????????????????????????? ? ?04.49.32 TSU00023? IEF877E IBMUSER NEEDS 1 UNIT(S)????????????????????? C??????????????? ? ?FOR ISPFPROC ISPFPROC ISPCLT1??????????????????????????????????????????????????????????? ? ?FOR VOLUME SCRTCH-?? 1?????????????????????????????????????????????????????????????????? ? ?OFFLINE, NOT ACCESSIBLE????????????????????????????????????????????????????????????????? ? ?0120-015F 0301-0318 0A99-0AEF??????????????????????????????????????????????????????????? ? ?:??????????????????????????????????????????????????????????????????????????????????????? ? ?04.49.33 TSU00023? IEF878I END OF IEF877E FOR IBMUSER ISPFPROC ISPFPROC ISPCLT1????????? ? ?04.49.33 TSU00023 *05 IEF238D IBMUSER - REPLY DEVICE NAME OR 'CANCEL'.?????????????????? ? ?04.51.03 TSU00023 *IEF882E IBMUSER ISPFPROC ISPFPROC IS WAITING FOR A REPLY TO IEF238D??? regards; Rahim ?? |
Re: Help request: COBOL Compile, Link and Go
On Sat, 21 Nov 2020 15:13:58 +1100, "Greg Price" <procegrog@...>
wrote: On 2020-11-21 6:57 AM, Tim via groups.io wrote:If my hazy memory do not fail me, those "standard" units were definedin FORTRAN the card punch is unit 7Ah yes - that sounds familiar - thanks Tim!I was thinking it might be 2 if there is such a convention - memories during compiler generation/configuration. I don't know when it happened, perhaps during sysgen? Anyway, it was somewhat common to have the unity 2 (FT02F001) as SYSIN and unity 3 (FT03F001) as SYSOUT. I worked in a place where those were de defined "standard", I don't recall the pnch unity. Without doubt the most common were units 5, 6 and 7, as described earlier.
Roxo -- ---------------- Non luctari, ludare -------------------+ WYSIWYG Fernando M. Roxo da Motta <mvs@...> | Editor? Except where explicitly stated I speak on my own behalf.| VI !! PU5RXO | I see text, ------------ Quis custodiet ipsos custodes?-------------+ I get text! |
Re: [Marketing Mail] Re: [Marketing Mail] Re: [H390-MVS] Newbie question about REVIEW/RPF etc
¿ªÔÆÌåÓýJeff, Not Greg, but maybe I can help? the ¡°SCROLL AMT¡± (top right corner) is the amount to scroll ¨C CS is for Cursor ¨C PG is for PAGE ¨C or you can enter a number of lines ¨C if you like to scroll up or down 5 lines at a time *when you use UP or DOWN (PF7 or PF8) ¨C enter ?5 ? I happen to like CS ¨C I position my cursor ¨C hit the appropriate key (PF7 or PF8) ¨C and it will scroll the line the cursor is on to the top of the screen And when the cursor is on the top ¨C acts like PG ¨C so a full page ? -J- ? From: [email protected] <[email protected]>
On Behalf Of Jeffrey Melton via groups.io
Sent: Friday, November 20, 2020 11:17 PM To: [email protected] Subject: [Marketing Mail] Re: [Marketing Mail] Re: [H390-MVS] Newbie question about REVIEW/RPF etc ? Greg, |
Re: [Marketing Mail] Re: [Marketing Mail] Re: [H390-MVS] Newbie question about REVIEW/RPF etc
Jeffrey Melton wrote:
[...] BTW - A few weeks ago I'd sent you an email regardingSorry about that. I've been so incredibly busy concentrating on Hercules that I've for the most part been ignoring anything distracting me from that effort -- especially things that would likely take more than a trivial amount of time and effort to resolve (such as VS2019). MY only suggestion at this point would be to not use VS2019 at all, and to use VS2017 instead. BTW - I do like your HercGUI and HercPRT tools and willThanks. Every sale helps. -- "Fish" (David B. Trout) Software Development Laboratories mail: fish@... |
Re: Trying to add a printer or punch as sockdev
¿ªÔÆÌåÓýI've just (backed up and...) altered 'SYS1.JES2PARM' for another
printer for class Y, which is already defined as held output. I'll have a play with HercPrt now :-)
Thank you.
Roops
On 20/11/2020 19:30, Joe Monk wrote:
|
Re: Help request: COBOL Compile, Link and Go
Thanks Chris, I thought I had copies of pretty much all the Fortran manuals on Bitsavers, but I must have missed that one Tim
On Saturday, 21 November 2020, 9:38:04 pm AEDT, cjar1950 via groups.io <cjar1950@...> wrote:
Tim, If you look at pp 65-69 of http://www.bitsavers.org/pdf/ibm/360/fortran/SC28-6852-1_OS_FORTRAN_H_Pgmr_Jun72.pdf, you will see the published definitions for Fortran H. . . Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Sat, 21 Nov 2020 04:13:30 -0600
"Joe Monk" <joemonk64@...> wrote: > "Did the S360 have a paper tape reader? I had never heard of one, but then > I was an applications programmer/analyst - never a systems programmer, and > I never knew much about mainframe hardware" > > Yep. The model 2671 paper tape reader along with the 2822 controller. > > Joe > > On Fri, Nov 20, 2020 at 11:53 PM Tim via groups.io <aardvarkguard-hercules= > [email protected]> wrote: > > > > > > > On Saturday, 21 November 2020, 3:14:06 pm AEDT, Greg Price < > > procegrog@...> wrote: > > > > > > On 2020-11-21 6:57 AM, Tim via groups.io wrote: > > >> in FORTRAN the card punch is unit 7 > > >Ah yes - that sounds familiar - thanks Tim! > > > > >> > > >> I wouldn't have a clue about the paper tape reader > > >I was thinking it might be 2 if there is such a convention - memories > > >are hazy... > > > > >I think all of those low numbers initially had a conventional assignment. > > > > Did the S360 have a paper tape reader? I had never heard of one, but then > > I was an applications programmer/analyst - never a systems programmer, and > > I never knew much about mainframe hardware > > > > > > >I think VS FORTRAN has or had a customisable upper unit number limit. > > >Applications would crash off if they tried to use a unit number higher > > >than was configured.? We just used to make it 99, IIRC. > > > > Yes VS Fortran did have a customisable upper unit number. I found that out > > when the systems guys put in a new version of VS Fortran, and one of our > > programs promptly aborted with an invalid unit number message, or something > > like that. I just looked at some of my old JCL members (which I copied to a > > CD before the mainframe was decommissioned where I used to work) and in one > > of the FORTRAN ones I made a comment that you needed to specify UNTABLE=99 > > in the VSFORTL macro (not that I really know what that means..). > > > > Ever since that occasion, the first thing I did when they put in a new > > version of VS Fortran was to run a small test program that used unit number > > 80! (I can't remember why I didn't use 99 - perhaps 80 was the highest unit > > number we used). > > > > >Cheers, > > >Greg > > > > Tim > > > > > > > > > > > > > > > > > > > > > > > |
Re: Help request: COBOL Compile, Link and Go
Tim,
If you look at pp 65-69 of , you will see the published definitions for Fortran H. . . Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Sat, 21 Nov 2020 04:13:30 -0600 "Joe Monk" <joemonk64@...> wrote: "Did the S360 have a paper tape reader? I had never heard of one, but then |
Re: Help request: COBOL Compile, Link and Go
"Did the S360 have a paper tape reader? I had never heard of one, but then I was an applications programmer/analyst - never a systems programmer, and I never knew much about mainframe hardware" Yep. The model 2671 paper tape reader along with the 2822 controller. Joe On Fri, Nov 20, 2020 at 11:53 PM Tim via <aardvarkguard-hercules=[email protected]> wrote:
|
Re: Help request: COBOL Compile, Link and Go
On Saturday, 21 November 2020, 3:14:06 pm AEDT, Greg Price <procegrog@...> wrote:
On 2020-11-21 6:57 AM, Tim via groups.io wrote: >> in FORTRAN the card punch is unit 7 >Ah yes - that sounds familiar - thanks Tim! >> >> I wouldn't have a clue about the paper tape reader >I was thinking it might be 2 if there is such a convention - memories >are hazy... >I think all of those low numbers initially had a conventional assignment. Did the S360 have a paper tape reader? I had never heard of one, but then I was an applications programmer/analyst - never a systems programmer, and I never knew much about mainframe hardware >I think VS FORTRAN has or had a customisable upper unit number limit.? >Applications would crash off if they tried to use a unit number higher >than was configured.? We just used to make it 99, IIRC. Yes VS Fortran did have a customisable upper unit number. I found that out when the systems guys put in a new version of VS Fortran, and one of our programs promptly aborted with an invalid unit number message, or something like that. I just looked at some of my old JCL members (which I copied to a CD before the mainframe was decommissioned where I used to work) and in one of the FORTRAN ones I made a comment that you needed to specify UNTABLE=99 in the VSFORTL macro (not that I really know what that means..). Ever since that occasion, the first thing I did when they put in a new version of VS Fortran was to run a small test program that used unit number 80! (I can't remember why I didn't use 99 - perhaps 80 was the highest unit number we used). >Cheers, >Greg Tim |