View previous topic :: View next topic
|
Author |
Message |
Ashish.Srivastava.123
New User
Joined: 29 Jun 2014 Posts: 16 Location: India
|
|
|
|
I am trying to move programs from TEST TO PROD IN Natural development System, screenshot is attached.
The process I use is copy lines from test program using CTRL-C and then paste it to PROD using CTRL-V. I do this screen by screen. I have 50 programs to move to PROD.
Is there any easy way to move programs in 'Natural development System' ?
Regards,
Ashishsr123 |
|
Back to top |
|
|
Bill O'Boyle
CICS Moderator
Joined: 14 Jan 2008 Posts: 2501 Location: Atlanta, Georgia, USA
|
|
|
|
Most shops have personnel whose job is to move code from Test to Production.
Have you consulted anyone within your organisation regarding your dilemma?
The way you're doing it will be very time consuming and prone to error(s).
HTH....
PS. Please don't send attachments --- Not everyone can detach and read them. |
|
Back to top |
|
|
Ralph Zbrog
New User
Joined: 21 Nov 2009 Posts: 58 Location: California
|
|
|
|
In a Natural Security environment (most are), you use the SYSMAIN utility to copy and move objects between libraries. SYSMAIN can be set-up to allow developers to maintain objects within libraries which they control, while disallowing maintenance in any other libraries, but this takes effort by the Natural Security Administrator, who probably is as lazy as I am. It's easier for him to secure all libraries and allow only a few administrators to copy/move objects. So you may not have access to SYSMAIN.
In a non-Natural Security environment, you can LOGON to another library while in the editor and then SAVE the new object. This option normally is disabled in Natural Security, but you may be able to convince the Natural Security Administrator to allow it for specific libraries - i.e. your target library. (Good luck with that.)
Also, there is a batch workaround, but most Natural Security Administrators would frown upon my discussing it. (You can find it on other forums.) |
|
Back to top |
|
|
|