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

Cobol code- Modification log tagging


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vinit_infy
Warnings : 1

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Tue Nov 06, 2007 12:29 pm
Reply with quote

I need to put a modification tag in the Modification flower box in cobol modules. I have a list of cobol modules existing in a PDS, in which i need to put the tag.
Do any one have any idea to how to do this via any job or any other methos except manual coding? It will be much appreciated if you can share your expertise with me asap.


For your understanding here is one example -


Suppose the cobol program is as -

IDENTIFICATION DIVISION.
...

...
*********************************************************
*mOD 1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*MOD2 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*********************************************************
ENVIRONMENT DIVISION.
...

...


- I would like to insert a new tag lets say 'MOD3' after MOD2 comment. as below -

*********************************************************
*mOD 1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*MOD2 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*MOD3 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*********************************************************
Many Thanks,

Vinit
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Nov 06, 2007 12:31 pm
Reply with quote

Vinit,

Quote:
manual coding?

is the best option.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Nov 06, 2007 12:43 pm
Reply with quote

If the program have been properly structured from the beginning,
an edit macro might do it, but it must be written :-)
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top