IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Change Certain values in Cobol Program with REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajiv_garg_mba

New User


Joined: 10 May 2005
Posts: 4

PostPosted: Sat Oct 08, 2005 4:04 pm
Reply with quote

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
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Oct 10, 2005 10:33 pm
Reply with quote

Rajiv,

same topic ...two different forums.....why so....

http://ibmmainframes.com/viewtopic.php?t=6204

Regards,

Priyesh.
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Mon Oct 10, 2005 10:54 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top