Keyboard Shortcuts
Likes
- H390-MVS
- Messages
Search
Re: State of tk3upd (was rabbit hole with MVS and pr3287)
On Tue, Jun 23, 2020 at 03:41 PM, Drew Derbyshire wrote:
Create a empty dasd loaded 3350, and try to allocate a file via batch.? I can't do an example now, but if you want one later I can. Just tried it; it works. Here was the .ctl file //WEGSCDCC JOB (DOUG,5278),CREATE.FILE,CLASS=A,MSGCLASS=X?????????????? 00000100 |
Re: State of tk3upd (was rabbit hole with MVS and pr3287)
开云体育On 6/23/20 12:31 PM, Doug Wegscheid
wrote:
On Tue, Jun 23, 2020 at 02:04 PM, Drew Derbyshire wrote:Create a empty dasd loaded 3350, and try to allocate a file via batch.? I can't do an example now, but if you want one later I can. -- Drew Derbyshire "Ian Stewart. I'm still working for him. To me The Rolling Stones is his band. Without his knowledge and organisation... we'd be nowhere." -- Keith Richards |
Re: State of tk3upd (was rabbit hole with MVS and pr3287)
On Tue, Jun 23, 2020 at 02:04 PM, Drew Derbyshire wrote:
A problem with DADSLOAD is you can't allocate more files on packs which were DASDLOADed.What are you seeing that indicates this? I just tried it, had no trouble creating a dataset on a dasdload-ed 3350 that I had mounted. |
Re: State of tk3upd (was rabbit hole with MVS and pr3287)
On 6/23/20 11:04 AM, Drew Derbyshire wrote:
On 6/23/20 5:30 AM, Doug Wegscheid wrote:IMON has multiple names is SYS2.CMDLIB, none of which are IMON.Thanks for the story; that will be helpful to some poor sod in the future.I haven't looked for the compilers yet, but I think they mostly there. SYSCPK is on my list. -- Drew Derbyshire "Do they still play the blues in Chicago When baseball season rolls around When the snow melts away, Do the Cubbies still play In their ivy-covered burial ground . . ." -- Steve Goodman |
State of tk3upd (was rabbit hole with MVS and pr3287)
On 6/23/20 5:30 AM, Doug Wegscheid wrote:
Thanks for the story; that will be helpful to some poor sod in the future.I haven't looked for the compilers yet, but I think they mostly there. SYSCPK is on my list. There are plenty of 3350 addresses in TK3UPD...*snicker* Been there, got them.? KEW001, KEW002, WYLSRC, WYL001 ... A problem with DADSLOAD is you can't allocate more files on packs which were DASDLOADed. No IMON: not present, or not working? I don't recall have to fiddle with it (except possibly adding a PROC so I can start it from the console w/ a dedicated terminal, bypassing TSO, but even that may have already been done).IMON doesn't work from a TSO command line.? But it DOES work from RPF. I didn't worry about it because I knew it had been updated since TK3UPD was packaged and so I knew I needed to reinstall it. -ahd- -- Drew Derbyshire Q. What machine does Windows Vista run best on? A. A 35 mm slide projector. |
Re: traces attached >EOM<
开云体育(cc: [email protected], to close out
the conversation there).
On 6/23/20 8:50 AM, Paul Mattes wrote: AKA: The stupid user (me) rides again.? :-) So when x3270 connects with a bad group, the following is a server (Hercules) side message reported (which pr3287 does not seem to receive): >? Connection rejected, no available 3270 devices in the xxx group I think part of my problem is that it doesn't probably need a -reconnect for a valid configuration; the printer won't drop after each job.? Without the reconnect, it would not tweak Hercules multiple times. Well, the host is being acting hammered.? Trust me. ?
I'd like the host to not act hammered.? Not pr3287's fault.? I would like the same clear message to be sent to the printer. -ahd- -- Drew Derbyshire Mobile: 425-471-8183 "Go ahead, make my day." -- "Sudden Impact" |
Re: rabbit hole with MVS and pr3287
Thanks for the story; that will be helpful to some poor sod in the future.
I have found that adding SYSCPK to TK3UPD is one of the easiest ways to get the extra compilers, rather than adding them one by one. There are plenty of 3350 addresses in TK3UPD... No IMON: not present, or not working? I don't recall have to fiddle with it (except possibly adding a PROC so I can start it from the console w/ a dedicated terminal, bypassing TSO, but even that may have already been done). |
rabbit hole with MVS and pr3287
开云体育(bcc: Paul Mattes so he can whack pr3287. "Paging Paul
Mattes" ...)
Silly me, I got fancy and tweaked things ... ... and performance went completely to hell. Utterly. So bad I spent Saturday evening writing a SUBMIT EXEC to submit jobs from my 4361 VM test system to MVS because I couldn't stand the 4 seconds or worse just to close the editor under MVS. I could not. tell. why. I blamed shared spool, I blamed my cats, I blamed everything. So
I simplified. I ripped things out, one by one. And finally, I
found it. What I had done is connect a 3287 printer for use with JRP via the command: pr3287 -reconnect -command cat -V PRT@hercules:3278 This was correct, but I had no PRT label on my 3287 devices in
hercules.conf. x3270 bails on this problem with a no device
available error, but it seems pr3287 trundles along and connects
to any old device. Hercules and pr3287 do NOT play well after
this. (It was Hercules with the issue, not VTAM or JRP. Neither were
shown to be taking CPU in QUEUE.) After correcting the devices in hercules.conf and restarting ...
the biblical performance issue went away. -ahd- p.s. VM TCP/IP RXSOCKET wonks, ping me offline for my RXSOCKET
EXECs HOST, HOSTNAME, and SUBMIT.? If nothing else, they are test
fodder for your VM/370 R6 implementation of RXSOCKET. -- Drew Derbyshire "We haven't been properly introduced. I'm Buffy, and you're history." -- "Buffy the Vampire Slayer" |
Re: TK4- VTAM Configuration?
Yet another update:
6. The SYS1.PARMLB(SNAACT) member has to be modified to handle the new terminal. Byt why doesn't my changes have any effect - still uknown.This turned out to be a completely different file responsible for this, the SYS1.PARMLIB(STARTSTD). Removing references to the now removed terminals solved the problem, also adding the one terminal that I wanted to have in my system, the N07L21. Haven't figured out the use for SNAACT and SNAINACT, really though. 7. It is possible to run the command from SNAACT in the console. V NET,ACT,ID=N07L21,LOGON=SNASOL,LOGMODE=MHP3278E (choose whatever ID in your setup)Chatted with Max Parke over mail and he suggested that making a few functions inside the comm3705 module into dummies would solve it and it indeed worked fine. So no more crashes when disconnecting the TN3270.
Started to look at simple SDLC implementation to run in the STM32 chip to be able to bridge to SDLC. First thing is to get it to send just a SNRM frame to the Informer 213 terminal and see what it responds. Interfacing the STM32 gadget to Hercules will either require patches to the comm3705 module or possible a new comm3704 module that just focus on connecting to real terminals, being it BSC or SDLC. /Mattis |
Re: disable full screen HELP
开云体育On 6/21/20 10:42 PM, Patrik Schindler
wrote:
Where's the fun in THAT?? My two line description...?Am 22.06.2020 um 05:12 schrieb Drew Derbyshire <swhobbit@...>I found what job installed it (MVS0130 on the original TK3 CD). Seeing what that job renamed, I knew what to rename back & what to delete.How about a short summary for making it easier to others searching for this information? Thanks! Delete the imposters.? I had a custom program (I wrote it recently, in 1983) handy, you'll probably want IEHPROGM: Rename the archived members back to their real names://AHDELMEM JOB AHD,A.H.DERBYSHIRE, // CLASS=S, // MSGCLASS=R, // NOTIFY=AHD /*JOBPARM ROOM=TSO,LINES=300 //* //DROP EXEC PGM=DELETMEM //STEPLIB DD DSN=AHD.UTILITY.LINKLIB,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSLIB DD DSN=SYS2.CMDLIB,DISP=SHR //SYSIN DD * -DLM H -DLM HELP // //AHDRHELP JOB AHD,DERBYSHIRE-IEBUPDATE,CLASS=A, // MSGCLASS=R, // NOTIFY=AHD //RENAME EXEC PGM=IEHPROGM //SYSPRINT DD SYSOUT=* //MVSRES DD DISP=OLD,UNIT=3350,VOL=SER=MVSRES //SYSIN DD * RENAME DSNAME=SYS1.CMDLIB,VOL=3350=MVSRES,MEMBER=OLDH,NEWNAME=H RENAME DSNAME=SYS1.CMDLIB,VOL=3350=MVSRES,MEMBER=OLDHELP,NEWNAME=HELP -- Drew Derbyshire The less you bother me the sooner you'll get results |
Re: disable full screen HELP
Hello Drew,
Am 22.06.2020 um 05:12 schrieb Drew Derbyshire <swhobbit@...>: I found what job installed it (MVS0130 on the original TK3 CD). Seeing what that job renamed, I knew what to rename back & what to delete.How about a short summary for making it easier to others searching for this information? Thanks! :wq! PoC PGP-Key: DDD3 4ABF 6413 38DE - |
Re: disable full screen HELP
On 6/21/20 12:38 PM, Drew Derbyshire wrote:
Is there a stock job to disable the full screen HELP on a MVS Turnkey system?I found what job installed it (MVS0130 on the original TK3 CD). Seeing what that job renamed, I knew what to rename back & what to delete. -ahd- -- Drew Derbyshire Mobile: 425-471-8183 "Bugs Bunny was an optimist." |
disable full screen HELP
Is there a stock job to disable the full screen HELP on a MVS Turnkey system?
(I'm amazing it ever got installed, seeing as how it dumps unformatted text, and I think it suppresses error messages.) -ahd- -- Drew Derbyshire Mobile: 425-471-8183 "If you feed [UUPC for the Mac] after midnight, and it gets nasty and shreds your living room furniture, that's your problem, not mine. ;-)" -- Dave Platt |
Re: Figuring out SPACE= when restoring XMI files with RECV370?
CBTTape 776 contains RECV390, which works flawlessly on the PC and comes complete with the C source. At 39K it's a little big gem, and unlike XMIT Manager, it can also handle VB files. CBTTape 800 contains REXX code to do the same and which has been tested with every other CBTTape. And then there is xmitapp @ <>, written in Java and running on every (white) box that has a JVM. And then there's tape 093 containing UPDTE and UNUPDTE, two programs that can load and unload PDS'es in IEBUPDTE compatible format, but not restricted to RECFV=FB & LRECL=80. I use it frequently to upload around 2,000 PC files to z/OS for PC vs z/OS regression testing compares, using a 5-line batch file to merge the PC lot: del zall.txt 1> nul 2> nul for %%a in (*.h-h) do echo ./ ADD LIST=ALL,NAME=%%a 1>> zall.txt && copy /b zall.txt+%%a zall.txt sed -i -r "s?(\./ ADD LIST=ALL,NAME=)(.*)(\.h-h)?\1\U\2\E?" zall.txt sed -i "s?[ ]*$??" zall.txt del sed* 1> nul 2> nul sed is GNU sed. On Sun, 21 Jun 2020 at 11:25, Doug Wegscheid <dwegscheid@...> wrote:
-- Robert AH Prins robert(a)prino(d)org |
Re: Figuring out SPACE= when restoring XMI files with RECV370?
XMITMGR v3 64 bit works perfectly under Wine.
On Sunday, June 21, 2020, 1:56:29 AM EDT, William Turner <williamdturner@...> wrote:
On 2020/06/20 21:47, Rene BRANDT via
groups.io wrote:
Another solution is to use XMIT manager, perhaps it works under
wine... hth 搁别苍é |
Re: Figuring out SPACE= when restoring XMI files with RECV370?
开云体育On 2020/06/20 21:47, Rene BRANDT via
groups.io wrote:
Another solution is to use XMIT manager, perhaps it works under wine... Yes - using Codeweavers CrossOver-Office which (if you haven't met it before) uses a late version of wine to package Win apps), runs the EXE successfully. I tested with a few of the supplied XMIT file samples and it seemed to do everything. The EXE does not get installed but a launcher can be created by the GUI which bypasses that. I am using Linux Mint 19,3 but COO runs on most Linux versions I believe. Very useful - thanks 搁别苍é Bill |
Re: Figuring out SPACE= when restoring XMI files with RECV370?
开云体育On 6/20/20 6:48 AM, Doug Wegscheid
wrote:
I think directory blocks are fixed size (256 bytes as I dimly
recall from 1985), so device type won't matter.? (Checks source?
of program I wrote then ... yup, 256 byte input buffer.) Scanning the file for the size and then allocating via blocks
with a secondary allocation for under allocation mistakes (and of
of course RLSE) should be fine if you won't be updating the file
much.? -ahd- -- Drew Derbyshire "I never thought much of Pat Buchanan until I heard one of his speeches in the original German." -- Molly Ivins |
Re: Figuring out SPACE= when restoring XMI files with RECV370?
so then the next "problems" are knowing how many records the XMI is, and knowing how many directory blocks to use. UNXMIT can tell me both of those, but was there a way to do this inside MVS? I suppose just looking at the size for the XMI should get you close for how much to allocate overall? REVIEW tells me that my XMI took 515 tracks of 3350 blocked at 5600 (it was unloaded from a 3390, where the PDS had a block size of 5600), the output of RECV370 was 479 tracks on a 3350, so within 10%. Still need to make 2 passes (or look at the file with UNXMIT) to determine # of directory blocks to allocate. ? UNXMIT said the original file had 30 directory blocks (on a 3390), I only needed 25 on a 3350, so original was probably overallocated?? ?????
On Saturday, June 20, 2020, 5:04:24 AM EDT, cjar1950 via groups.io <cjar1950@...> wrote:
Jim, Yes, these are in sys2.cmdlib in TK4-. I also have them in TK3, TK3UPD and Jay's build, but I cannot confirm that they are in vanilla builds of these. There is a complete series:- BLKDISK? BLKSPTRK BLK23051 BLK23052 BLK2314 BLK3330 BLK33301 BLK3340 BLK3350? BLK3370? BLK3375? BLK3380? BLK3390? BLK9345? Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Fri, 19 Jun 2020 22:12:37 -0500
"Jim Morrison" <n9gtm@...> wrote: > There are also BLK3350, BLK3380, and BLK3390 commands floating around on the CBT tape.? I don't know if they're on TK[3|4]. > > On 6/19/20 9:18 PM, Ed Liss wrote: > > Back when, we used to estimate space by taking the blksize of the file, > > looking for the dasd capacity cards to figure how many blocks per track > > would fit with that blksize.? We would then estimate the size of the > > file being sent and estimate the number of blocks it would be.? Then we > > could estimate the number of tracks for the space. > > > > Today, I do what Jay Moseley suggests. > > > |
Re: RECV370 failing w/ large files
On Fri, 19 Jun 2020, Jim Morrison wrote:
On 6/19/20 4:34 AM, Giuseppe Vitillaro wrote:Thanks for your comments, Jim, really appreciated!I had similar experiences with the 00.06 version of XMIT370/RECV370.Yep, exactly so. The "IEBCOPY unload" dataset (output of IEBCOPY) contains info about the original dataset. I'll just assume you have the DDNAMEs correct. About IEBCOPY unloaded datasets DCB, reading the IBM Utility Manual for OS/VS2, Release 3.8, GC26-3902-1 (September 1983) page 6-1 (PDF page 77), it looks the DCB logic is quite involved: ----- An unload data set is always a variable spanned record format with sequential organization, (RECFM=VS and DSORG=PS). The block size for unloaded data sets is determined as follows: 1. The minimum block size for the unloaded data set is calculated as being equal to the larger of: 284 bytes, or 16 bytes + the block size and key length of the input data set. 2. If a user-supplied block size was specified, and it is larger than the minimum size calculated in step 1 (above), it will be passed to step 3 (below). Otherwise, the minimum size is passed. 3. The block size value passed from step 2 (above) is then compared with the largest block size acceptable to the output device. If the output device capacity is less than the block size passed in step 2, the unloaded data set block size is set to the maximum allowed for the output device. 4. The logical record length (LRECL) is then set to the block size minus four (4) bytes. ------ and, of course, it is quite the same after almost forty years: The abend problem we face, I think, arise from this statement at point 3: If the output device capacity is less than the block size passed in step 2, the unloaded data set block size is set to the maximum allowed for the output device. From my IEBCOPY tests, I still have around, this is exactly what happens, LRECL depends from the BLKSIZE of the input PDS, while BLKSIZE from LRECL and the maximum block size allowed on the output dasd. For example, for the same fixed input PDS DCB=(RECFM=FB,LRECL=80,BLKSIZE=19040) stored on a 3390 I get these IEBCOPY unloaded datasets DCB: RECFM=VS,LRECL=19056,BLKSIZE=19060 on a 3390 output dasd RECFM=VS,LRECL=19056,BLKSIZE=7294 on a 2314 output dasd So it looks the IEBCOPY output unloaded dataset LRECL is FIXED and depends only from the input PDS dataset BLKSIZE, while the IEBCOPY output unloaded dataset BLKSIZE depends from the MAXIMUM block size allowed on the output dasd, BLKSIZE=7294 for a 2314 in this example, once LRECL has been computed. I bet RECFM=VS had been choosed by IBM, for IEBCOPY unload datasets, just for this reason, to let IEBCOPY to pick a suitable value for LRECL, possibly greater than the BLKSIZE, on an output dasd which can't store larger block sizes. Once IEBCOPY choose the DCB, for an output dasd, for what I can understand, the game is over, it can't be changed anymore, changing the BLKSIZE would make IEBCOPY unable to read and restore the unloaded dataset. And IEBCOPY "force" the choosed DCB at OPEN time for its unloading dataset, I think, it can be changed specifying a user DCB in the driving JCL, it get overidden by the DCB IEBCOPY built at runtime. So, the only thing RECV370 can do, unpacking an XMIT dataset, is trying to restore an IEBCOPY unloaded dataset with the original DCB, otherwise IEBCOPY would be unable to perform its job. On a modern Z/OS, basically only 3390 dasds are around, this is barely a problem, but on our beloved MVS3.8j, it is quite easy to get trapped trying to restore a PDS originally stored on a 3390, with a large BLKSIZE, into an output IEBCOPY SYSUT1 unloaded dataset which can't accomodate such a large BLKSIZE. As easy as choosing UNIT=SYSDA or UNIT=SYSALLDA for RECV370 SYSUT1 DDNAME, even if the RECV370 SYSUT2 UNIT is for a correct output dasd, which can store the BLKSIZE of the restored PDS. For this reason, I guess, choosing UNIT=3390, as Jay Moseley suggested, on a RECV370 job, for SYSUT1, solve the problem, a 3390 may host the largest possible BLKSIZE, if I got the picture. Just a question, if I can Jim. Would be possible to check for this particular case in the RECV370 code logic and output an error asking for a suitable SYSUT1 UNIT before even attempting to unpack an XMIT dataset with IEBCOPY? I understand is quite easy to get the mistake, with a clear picture of this problem, but, for naive users, like me, it may be a nightmare to debug from an abend ;-) What we get is: 10.02.58 JOB 1857 $HASP373 XX1R STARTED - INIT 1 - CLASS A - SYS SYS2 10.02.58 JOB 1857 IEF403I XX1R - STARTED - TIME=10.02.58 10.02.59 JOB 1857 IEC036I 002-0C,IGC0005E,XX1R,RECV,SYSUT1,121,SORTW2, 10.02.59 JOB 1857 IEC036I SYS20172.T100258.RA000.XX1R.SYSUT1 10.02.59 JOB 1857 IEC999I IFG0TC0A,IFG0TC0B,XX1R ,RECV ,DEB ADDR = A1D034 10.02.59 JOB 1857 IEC999I IFG0TC0A,IFG0TC0B,XX1R ,RECV ,DEB ADDR = A1D0E4 10.02.59 JOB 1857 IEF450I XX1R RECV - ABEND SC03 U0000 - TIME=10.02.59 10.02.59 JOB 1857 IEFACTRT - Stepname Procstep Program Retcode 10.02.59 JOB 1857 XX1R RECV RECV370 AB SC03 10.02.59 JOB 1857 IEF404I XX1R - ENDED - TIME=10.02.59 10.02.59 JOB 1857 $HASP395 XX1R ENDED RECV370 v00.06 Copyright 2002-2008 James M. Morrison RECV370 may be distributed under the terms of the Q Public License version 1.0 RECV370 Initial Developer James M. Morrison RECV370 ABENDed from a RECV370 job I just run over one of the SORTWn 2314 dasd I've online on my Moseley sysgen, which perfectly run over a 3390 UNIT. Thanks again for your time, Peppe. |