NEWCOPY Through Rexx



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

NEWCOPY Through Rexx

Postby eprasad629 » Wed Jun 17, 2009 10:20 pm

Hi,

Good Day,

I have designed a tool to generate the compilation and bind JCL’s automatically through REXX code.

To make it fully automatic, I need to do the new copy also through a REXX EXEC.

Could someone please advice, how this could be achieved through REXX?

Possibilities other than REXX are also desired.

Do you require more information on this, please let me a note.
Thanks & Regards,

Praelay
--------------------------------
eprasad629
 
Posts: 34
Joined: Wed Jan 07, 2009 12:48 pm
Location: Bangalore
Has thanked: 0 time
Been thanked: 0 time

Re: NEWCOPY Through Rexx

Postby dick scherrer » Wed Jun 17, 2009 10:42 pm

Hello,

If your tool does not use the system standard compile/bind jcl, suggest you make the modifications such that your tool will use the standard jcl. When the standard jcl changes and your tool does not, there may be very ugly problems. . .

There are tools for a batch job to issue cics commands. Suggest you speak with your cics system support to find out if any of these are available on your system.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: NEWCOPY Through Rexx

Postby eprasad629 » Wed Jun 17, 2009 11:11 pm

Hi Scherrer,

Thanks a lot for the information provided. I will take this up with the CICS team.

Alternatively, could you please let me know whether EXCI could be of some help in doing NEW COPY through REXX EXEC?

Once again Thanking you for your prompt & quick reply.
Thanks & Regards,

Praelay
--------------------------------
eprasad629
 
Posts: 34
Joined: Wed Jan 07, 2009 12:48 pm
Location: Bangalore
Has thanked: 0 time
Been thanked: 0 time

Re: NEWCOPY Through Rexx

Postby expat » Thu Jun 18, 2009 11:28 am

Can you not invoke the required program(s) through REXX
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: NEWCOPY Through Rexx

Postby expat » Thu Jun 18, 2009 11:29 am

Just as an aside, if this is a REXX question is there any specific reason that you posted in the JCL forum ?
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: NEWCOPY Through Rexx

Postby eprasad629 » Thu Jun 18, 2009 2:26 pm

Hi Expat,

I apologise for this. Since I had in mind over executing this REXX Exec through a JCL, I wrongly placed it in JCL forum.

Please let me know if this could be done through the JCL.

Thanks in Anticipation.
Thanks & Regards,

Praelay
--------------------------------
eprasad629
 
Posts: 34
Joined: Wed Jan 07, 2009 12:48 pm
Location: Bangalore
Has thanked: 0 time
Been thanked: 0 time

Re: NEWCOPY Through Rexx

Postby BChat » Thu Jun 18, 2009 10:49 pm

Hi Praelay,

Is your REXX is producing a JCL that you will finally submit in batch? If so please ask your local people.
Any CICS src implementation needs a newcopy and in most cases it is done though some standard job (if you are not bouncing the CICS every time).
Take that job and incorporate it in your REXX output jcl

BChat
BChat
 
Posts: 19
Joined: Thu Jun 11, 2009 8:20 pm
Has thanked: 0 time
Been thanked: 0 time

Re: NEWCOPY Through Rexx

Postby eprasad629 » Fri Jun 19, 2009 2:13 pm

Hi BChat,

Thanks a ton. :)
Thanks & Regards,

Praelay
--------------------------------
eprasad629
 
Posts: 34
Joined: Wed Jan 07, 2009 12:48 pm
Location: Bangalore
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post