Re: Netview Submit JCL

2018-05-16 Thread Lucas Rosalen
had to remove Address TSO from this rexx code to make it > > work . > > > > > > > > > > > > MVS "SEND 'FD FILE HAS BEEN RECEIVED' USER(USR54) NOW" > > > > > > > > > > > > I am really thankful to you and other

Re: Netview Submit JCL

2018-05-16 Thread Steve Horein
TXT THEN > > > > > EXEC(CMD('FDIREXX' MTXT)) NETLOG(Y) SYSLOG(Y); > > > > > So, basically i am trying to trap the message like below from > > > > > IEF878I END OF IEF877E FOR OP117603 STEP1 GO DLMTOKEN > > > > > > > > > > full message Message is > > > >

Re: Netview Submit JCL

2018-05-16 Thread Lucas Rosalen
; > > > > So, basically i am trying to trap the message like below from > > > > > IEF878I END OF IEF877E FOR OP117603 STEP1 GO DLMTOKEN > > > > > > > > > > full message Message is > > > > > > > > > > ICH70001I OP117

Re: Netview Submit JCL

2018-05-16 Thread saurabh khandelwal
A 4:01:11 " IEF877E OP117603 NEEDS 1 UNIT(S) > > > > 4:01:11 " FOR STEP1 GO DLMTOKEN 4:01:11 " FOR VOLUME BFL603 4:01:11 " > > > > OFFLINE 4:01:11 " 0FBF 4:01:11 " : 4:01:11 E IEF878I END OF IEF877E > FOR > > > > OP117603 STEP

Re: Netview Submit JCL

2018-05-16 Thread Steve Horein
> > But I am unable to see this message on my tso screen after this event > > > trigger. > > > > > > Can anybody help. > > > > > > On Mon, May 14, 2018 at 11:11 AM, Lucas Rosalen < > rosalen.lu...@gmail.com > > > > > > wrote

Re: Netview Submit JCL

2018-05-15 Thread saurabh khandelwal
> > ------- > > > *Lucas Rosalen* > > > rosalen.lu...@gmail.com / lucas.rosal...@ibm.com > > > http://br.linkedin.com/in/lrosalen > > > > > > > > > 2018-05-14 9:28 GMT+02:00 Wern

Re: Netview Submit JCL

2018-05-14 Thread Steve Horein
***************** > **/ > > > 'SUBMIT NETV.CNM01.USER.CLIST(JCLMBR)' > > > EXIT > > > > > > Just one apostrophe at the beginning and one at the end. No ADDRESS > TSO. > > > Member JCLMB

Re: Netview Submit JCL

2018-05-14 Thread Dale R. Smith
On Mon, 14 May 2018 19:29:36 +0300, saurabh khandelwal wrote: >Hello Lucas, > >This code worked for me > >but I had to remove Address TSO from this rexx code to make it work . > >MVS "SEND 'FD FILE HAS BEEN RECEIVED' USER(USR54) NOW" > >I am really thankful to you

Re: Netview Submit JCL

2018-05-14 Thread saurabh khandelwal
*/ > > 'SUBMIT NETV.CNM01.USER.CLIST(JCLMBR)' > > EXIT > > > > Just one apostrophe at the beginning and one at the end. No ADDRESS TSO. > > Member JCLMBR contains the JCL. > > > > Hth, > > Werner &g

Re: Netview Submit JCL

2018-05-14 Thread Lucas Rosalen
venkat kulkarni > Gesendet: Montag, 14. Mai 2018 06:27 > An: IBM-MAIN@LISTSERV.UA.EDU > Betreff: Re: Netview Submit JCL > > Hello, > > This command didn't worked for me and getting same issue. > > On Sun, May 13, 2018, 11:21 PM Lucas Rosalen <rosalen.lu...@gmail.com> > wrote: &

Re: Netview Submit JCL

2018-05-13 Thread venkat kulkarni
Hello, This command didn't worked for me and getting same issue. On Sun, May 13, 2018, 11:21 PM Lucas Rosalen wrote: > Hi Venkat, > > What about using the syntax below? > > "MVS SEND 'your_message' USER(user) NOW" > > > >

Re: Netview Submit JCL

2018-05-13 Thread Lucas Rosalen
Hi Venkat, What about using the syntax below? "MVS SEND 'your_message' USER(user) NOW" --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com

Re: Netview Submit JCL

2018-05-13 Thread Steve Horein
And the man ate fish for a day On Sun, May 13, 2018 at 12:06 PM, venkat kulkarni < venkatkulkarn...@gmail.com> wrote: > Hello Lucas, > > Your solution worked for me > > "SUBMIT 'USR1.REXX.CNTL(REXXJCL)'" . > > Now, I am trying to issue tso send command using this rexx as below using > netview

Re: Netview Submit JCL

2018-05-13 Thread venkat kulkarni
> > Mike > > > > -Ursprüngliche Nachricht----- > > Von: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> Im > > Auftrag von venkat kulkarni > > Gesendet: 13 May, 2018 19:07 > > An: IBM-MAIN@LISTSERV.UA.EDU > > Betreff: Re: Netview

Re: Netview Submit JCL

2018-05-13 Thread Chris Hoelscher
pairs. They can be nested, if necessary. > > Best regards > Mike > > -Ursprüngliche Nachricht- > Von: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> Im > Auftrag von venkat kulkarni > Gesendet: 13 May, 2018 19:07 > An: IBM-MAIN@LISTSERV.UA.EDU > Betr

Re: Netview Submit JCL

2018-05-13 Thread venkat kulkarni
gt; Im Auftrag > von venkat kulkarni > Gesendet: 13 May, 2018 19:07 > An: IBM-MAIN@LISTSERV.UA.EDU > Betreff: Re: Netview Submit JCL > > Hello Lucas, > > Your solution worked for me > > "SUBMIT 'USR1.REXX.CNTL(REXXJCL)'" . > > Now, I am trying to

Re: Netview Submit JCL

2018-05-13 Thread venkat kulkarni
Hello Lucas, Your solution worked for me "SUBMIT 'USR1.REXX.CNTL(REXXJCL)'" . Now, I am trying to issue tso send command using this rexx as below using netview but i am getting below errror /* REXX */ ADDRESS TSO SAY 'HELLO WORLD!' "SEND ''FD FILE HAS BEEN RECEIVED' USER(USR54)

Re: Netview Submit JCL

2018-05-12 Thread Lucas Rosalen
Try changing FDIREXX script to the following: /* REXX */ "SUBMIT 'USR1.REXX.CNTL(REXXJCL)'" --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com

Re: Netview Submit JCL

2018-05-12 Thread Steve Horein
SUBMIT is a native NetView command, and you don't need (or want) to use ADDRESS TSO. https://www.ibm.com/support/knowledgecenter/SSZJDU_6.2.1/com.ibm.itnetviewforzos.doc_6.2.1/dqc_submit.htm Specifics to NetView Rexx can be found here:

Re: Netview Submit JCL

2018-05-12 Thread Bulent Dulger
Hello Venkart, You should actually be able to do that. User submitting that jcl needs to submit jcl and some TSO authorizations. Have you given right permission for that user? If not, please give them and try again? You can take help from your security administrators for them. Best Regards