I wrote an exec for our programmers here that allows them to send batch jobs to our MVS, which I will be happy to share when I get to the office tomorrow. For now, I just don't remember what it does inside, sorry!
Shimon -----Original Message----- > From: Michael Coffin > Sent: Dec 21, 2010 1:39 PM > To: [email protected] > Subject: Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ? > > I’m not a z/OS’er, but thinking back many, many years I’m pretty sure to > submit the file from CMS: > > > > CP SPOOL PUN TO RSCS > > CP TAG DEV PUN JESZOS > > PUNCH cmsfile (NOHEADER > > > > To route the output back to your VM node I think you use ROUTE PRINT, so > for example to route the output to MAINT at MYVM1 something like: > > > > // ROUTE PRINT MYVM1.MAINT > > > > I’m probably wrong on at least one count, hopefully the z/OS’ers will step > in and correct my mistakes – but at least it gives you a starting point. :) > > > > -Mike > > > > *From:* The IBM z/VM Operating System [mailto:[email protected]] *On > Behalf Of *Sergio Lima > *Sent:* Tuesday, December 21, 2010 1:02 PM > *To:* [email protected] > *Subject:* How Sumbit a JOB from Z/VM to Z/OS using RSCS ? > > > > Hello List, > > We have configured here , a node named JESZOS, defined on ZOS/1.12, and > have another node named RSCS defined under Z/VM5.4. > How can i submit a JOB from Z/VM to Z/OS, and received the return in our > CMS MACHINE? > > Thanks > > Sergio Lima Costa > Sao Paulo - Brazil > >
