... Looks like MVS JCL. I would use a new version of ind$file, but you could also use a tape drive or card reader. Card reader sample: Assuming that 000C is...
... onto a mvs ... do I do it. Two ways: 1. devinit as mentioned elsewhere 2. running "hercrdr.exe" I have this process automated myself (comes standard with...
Following these instructions  Enter JES2 console command $SRDR1 or /$SRDR1 on the MVS console. my job output is as follows:- ?????????????????   On the...
Roger Tunnicliffe
roger@...
Aug 1, 2008 10:53 pm
54686
Hi Roger, There are some small errors in your JCL. Try this: //IEBGENER JOB 'LOAD TEXT DATA TO MVS', // CLASS=A,MSGCLASS=A //IEBGENER EXEC...
Bingo...you are dead right but how did you spot the TAB characters. They dont show up anywhere on my system thanks roger...
Roger Tunnicliffe
roger@...
Aug 2, 2008 12:40 am
54689
... A friend of mine posted a question at an IBM support site asking about the 12/16 bytes anomaly of "Prepare for Read Subsystem Data" between zLinux and the...
... Here's another change you might be interested in. At the moment, if I want to do a "/#cp disc" in a .rc file, it gets treated as a comment with no way I...
... I'll show you what I've got, and you suggest the changes I should make. Note that the goal is that from the DOS prompt I can connect to VM, log on to a...
... - - - snipped - - - I agree that Hercules should be able to properly handle /#CP DISC # DISCONNECT but what is the purpose of the pound sign? ... Since CMS...
... No idea. That is what was given to me over in the VM group. I tried deleting it, and it still worked, so, problem bypassed. :-) ... Yes, because you don't...
... - - - snipped - - - You mean: /#cp term linend % /cp disc Could Hercules just not edit data being entered on the intregrated console? Being able to...
Surprised no-one has mentioned this, let alone had a hack at playing with it... haven't we been bleating for a hobbyist/evaluation/play license for VM and OS...
... ... which is trivial to acquire. Just follow the link, fill out the form, surrender an email address to the IBM marketing droids, and you're in. Took me...
Old Topic, Hercules can read the DVD with out any issue but what hercules does not do is emulate the SYSC Console device (OSA ICC) without this you can not IPL...
... ICC) ... I see what you mean, you're right. Well, the free availability of z/VM is a new topic, so hopefully that will spur peoples interest in working on...
... This is from a .rc file. I don't know that an actual command is editted. ... Yeah, that would be nice. I sometimes deliberately enter a command without the...
... Perhaps the Hercules code that processes the hercules.rc or sh could allow pound-signs? ... I do the same and assume that most people have figured it out....
... It doesn't, yet. The trial has been run on Hercules, though it's not trivial to set up and, at this moment, requires a running z/VM system for some...
... Hercules can read the DVD to IPL from, but it does not provide the running guest application/OS with access to the DVD's contents, and that's required as...
... Silly to assume things like that. I've been using Hercules for 7 months and only figured out in the last couple of weeks that it wasn't randomly going in...
Attaching dasd to hercules when its running can be a fair bit of typing if that dasd has a shadow file, eg: attach 0399 3390 d:\myproject\dasd\comp\xf0399.dasd...
... No he meant /%cp disc The initial lineend character makes sure that you are not using the characters cp to be a parameter to something else. The second one...