|
|
| Author |
Message |
prasanth_urs
New User
Joined: 04 Dec 2006 Posts: 34 Location: Pune,India
|
|
|
|
Hi all,
How to move a program A from one library 'a' to another library 'b'.
Please tell me the syntax.
Thanks in advance, |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 17, 2007 4:01 pm Post subject: Re: How to move a code from library to library. |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1867 Location: Israel
|
|
|
|
Assuming you meant NATURAL program:
Method I
1. Open the source in the editor;
2. Type LOGON new_library_name (while you are in editor)
3. Type SAVE program_name.
Method II
Use SYSMAIN either by
- Using SYSMAIN menu
- Direct SYSMAIN commands
- Batch SYSMAIN.
Method III
Use NATURAL user exits to read a source, logon to a new library, write to source area and then save the source area.
O. |
|
| Back to top |
|
 |
|
|