I want to be able to submit jobs to JES2 (MVS 3.8j TK5) from VM/370 1.2 CE, but don't want to run MVS as a guest under VM/370.? I get much better performance running a separate Hercules SDL instance for each, and also can use 2 CPUs for MVS.
?
First I made sure RJE is working fine under MVS.? It is, and I can submit jobs and get output from RJE80 running under either Windows or Linux/Wine.
?
Next I configured RSCS (the one distributed with CE).? This connects just fine to MVS.? It took some head scratching, but determined that:
?
START NODEA PARM HASP
?
is what I needed to make the connection from the RSCS end.? I do the following:
?
TAG DEV PUN NODEA
SPOOL PUN RSCS
PUN TEST JCL
?
and my job immediately runs over on the MVS side.? However, the print dataset is not able to make the return trip.? The line "jams" as follows:
?
$HASP094 I/O ERROR ON LINE2??? 671,02,0C00,003D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0E00,023D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0C00,003D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0E00,023D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0C00,003D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0E00,023D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0C00,003D,B400
$HASP094 I/O ERROR ON LINE2??? 671,02,0E00,023D,B400
?
However, if I include a /*ROUTE PRINT RMT1 to send the output to my RJE80 remote, all is well.? This is just a guess, but perhaps there is too much data too fast coming back over the line from JES2 to RSCS and the code cannot handle it so it throw errors.
?
Anyway, I'd like for this to work better, and if I can provide any test data to someone capable and willing to persue the challenge, I'd be happy and greatful.
?
Dan