| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
rajiv_garg_mba
Joined: 10 May 2005
Posts: 4
|
| Posted: Sat Oct 08, 2005 4:04 pm Post subject: Change Certain values in Cobol Program with REXX |
|
|
| I have a COBOL Program. The PIC of many variables include PIC 9(6). I want to find all those variables and change PIC 9(6) to PIC X(6). Can someone tell me how can i do that using REXX and is there some other way of doing this. |
|
| Back to top |
|
priyesh.agrawal
Joined: 28 Mar 2005
Posts: 1509
Location: Chicago, IL
|
| Posted: Mon Oct 10, 2005 10:33 pm Post subject: Re: Change Certain values in Cobol Program with REXX |
|
|
Rajiv,
same topic ...two different forums.....why so....
http://ibmmainframes.com/viewtopic.php?t=6204
Regards,
Priyesh. |
|
| Back to top |
|
MGIndaco
Joined: 10 Mar 2005
Posts: 478
Location: Milan, Italy
|
| Posted: Mon Oct 10, 2005 10:54 pm Post subject: |
|
|
I suppose that the definition of the field can be in the source library and in copy... and that this variable has an unique identification across the different programs(really important).
After this you must export a list of member and library, and so, but only in this moment, you will able to change your string.
Before the substitution is fundamental to know how the programs that you will find works because this kind of change is really delicate for all the procedure/pgms that are using the same file.
Substantially you need an impact analysis.
After this, if you need a sample I will give you, but check all the condition. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|