Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-22 Thread Henry E Calzaretta
gt; >--| |12/21/2010 12:03 PM | >--| |> | Subject: | |------------> >---

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-22 Thread Sergio Lima
Hello Shimon, and all others. Very good your help, very good. Now everthing run well. Thanks again for your help, and Best Regards. Sergio Date: Wed, 22 Dec 2010 13:18:14 +0200 From: shim...@iname.com Subject: Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ? To: IBMVM

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-22 Thread Shimon Lebowitz
Hi Sergio, Here is my MBCH (submit Batch to MVS) exec. It is basically the same commands that others here have already told you. It also gets the submitter's MVS userid/password, since our MVS requires those items in the job card. Our users save the JCL in a CMS file with placeholders for those tw

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Brian Nielsen
Here's something I used, dated in 1986. First, is MVS EXEC: /* This is to send a job to MVS */ 'CP TAG DEV PUNCH A20JES2 JOB' 'CP SPOOL PUNCH TO RSCS' 'PUNCH MVS JOB (NOHEADER' 'CP CLOSE PUNCH' Second is the MVS JOB file that the above EXEC sends: //BHNTEST JOB ,'NIELSEN',MSGCLASS=A

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Sergio Lima
Hello Shimon We wait, and will be very happy if have also this exec. Thanks a lot, Sergio Date: Tue, 21 Dec 2010 21:33:48 +0200 From: shim...@iname.com Subject: Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ? To: IBMVM@LISTSERV.UARK.EDU I wrote an exec for our programmers here that

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Shimon Lebowitz
, 2010 1:39 PM > To: IBMVM@LISTSERV.UARK.EDU > 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 J

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Sergio Lima
Hello, Mark and Michael. Thanks very much for your help. We will teste here. Regards Sergio Date: Tue, 21 Dec 2010 14:01:13 -0500 From: pacemainl...@gmail.com Subject: Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ? To: IBMVM@LISTSERV.UARK.EDU My exec I also have the keyword JOB on

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Lizette Koehler
@LISTSERV.UARK.EDU 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

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Mark Pace
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:ib...@listserv.uark.edu] *On > Behalf Of *Sergio Lima > *Sent:* Tues

Re: How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Michael Coffin
rv.uark.edu] On Behalf Of Sergio Lima Sent: Tuesday, December 21, 2010 1:02 PM To: IBMVM@LISTSERV.UARK.EDU 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/

How Sumbit a JOB from Z/VM to Z/OS using RSCS ?

2010-12-21 Thread Sergio Lima
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