Re: Whats the best way to transfer dasd from z/os to Hercules
https://hercules-390.groups.io/g/group/files
<AndrewRandham@...> wrote:
--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?
By
Mike Schwab
·
#5044
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
I've amended CCKDDU64 to cater for 3390's larger than model 27's. It's not pretty, but it seems to do the job.
I've dumped a model-54 that has datasets allocated at cylinders higher than 32760,
By
Andrew
·
#5043
·
|
Re: REVIEW R51.6
Hi,
Broadly speaking, copy the load modules into a linklist library and then issue the desired TSO command(s) at the READY prompt.
Examples of such TSO commands are
REV mydsname
REV SYSPROC
By
Greg Price
·
#5042
·
|
Re: REVIEW R51.6
Hello
I am new to this
I unloaded and got
ASM,CLIST,DATA,HELP,PANELS,LOAD.
What is the customization procedure to make it work ?
[email protected]> wrote:
By
zpmain
·
#5041
·
|
Re: Probably a stupid question - concerning Master Catalog Passwords
Just to update the group on this issue I experienced, and in the interest of increasing knowledge and so if anyone else has this issue.
The 056-012 is a RACF failure error message, thi sonly occurs
By
Dave Trainor - N8ZFM
·
#5040
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Thanks!
By
Tom Brennan
·
#5039
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Jay Maynard wrote:
<whatever...>
Gawd, I hope not! ;-)
--
"Fish" (David B. Trout)
Software Development Laboratories
http://www.softdevlabs.com
mail: fish@...
By
Fish Fish
·
#5038
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Tom Brennan wrote:
[...]
You mean ARCHMODE 370 or ARCHMODE 390?
* https://sdl-hercules-390.github.io/html/hercconf.html#ARCHLVL
No, you are correct that they do not. At least not
By
Fish Fish
·
#5037
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Hello Brian
Do you also have z/VM running on your real Mainframe? If so there is a
perfect solution to copy volumes from z/OS to Hercules.
Regards Per
By
Per
·
#5036
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
SHOWMVS uses a technique that doesn't require jump support, see the P$BEGIN macro. It will increase the overall CSECT size but might be a decent alternative to an extensive rewrite.
I did a backport
By
Jim Morrison
·
#5035
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Do the older ARCHMODE settings in Hercules include the jump instructions? I would think no, since they didn't exist way back when.
By
Tom Brennan
·
#5034
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
We'll make an MVS sysprog out of you yet! :-)
[email protected]> wrote:
By
Jay Maynard
·
#5033
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Fish,
Just to follow up with your questions....
You can format a message on the fly and use WTO to display it as well.? Its a little more trouble, especially because Greg's program is reenterable,
By
Bob Polmanter
·
#5032
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Andrew wrote:
That's GREAT news, Andrew! THANK YOU!! :))
Sounds like CCKDDU64 needs to be "jumpified" so that base registers aren't needed.
MUCH appreciated! :-D
(This is GREAT!)
<me: does
By
Fish Fish
·
#5031
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
I believe I know where/why it's going wrong with anything greater than 3390-27. In my test with a 3390-54, the size of the L1TAB needed for 982800 tracks is 30720. Adding the 1024 bytes for the header
By
Andrew
·
#5030
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
How about WTO ROUTE=11 to JESSYSMG, not the console?
https://www.ibm.com/docs/en/zos/2.4.0?topic=rc-routing-code-meaning-2
<tom@...> wrote:
By
Mike Schwab
·
#5029
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
And before people step all over me, I'm talking about a simple WTO 'XYZ' statement, not other menthods of telling WTO to spit out a pre-formatted string with MF=E and all that. I don't think that's
By
Tom Brennan
·
#5028
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
You're correct, WTO can only send the hard-coded string between the ticks. But - for quick tests I'll often modify that string, something like:
MVC WTO1+8+7(8),MODNAME
WTO1 WTO 'MODULE
By
Tom Brennan
·
#5027
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Bob Polmanter wrote:
[...]
Understood. HOWEVER... If I'm not mistaken, WTO cannot *format* the message text it is to display. Correct? It can only display an already formatted message. It can't
By
Fish Fish
·
#5026
·
|
Re: Whats the best way to transfer dasd from z/os to Hercules
Hi Fish,
This would only minimally be helpful, because if any abend occurs later, again the last message won't be displayed.? Instead of sprinkling more #MSG macros around, use WTO.? Its super
By
Bob Polmanter
·
#5025
·
|