Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Find paragraph names in a cobol program via rexx

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
anirudh1985
Currently Banned

Active User


Joined: 22 Aug 2007
Posts: 66
Location: bangalore

PostPosted: Tue Jun 24, 2008 12:23 pm    Post subject: Find paragraph names in a cobol program via rexx
Reply with quote

how do you find paragraph names in a cobol program via rexx.My requirement is the rexx program should list all the paragraph names present in the cobol program
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8752
Location: 221 B Baker St

PostPosted: Tue Jun 24, 2008 12:30 pm    Post subject:
Reply with quote

Hello,

Read the program skipping everything until PROCEDURE DIVISION is reached.

Continue reading, skipping all comments.

If there is code in the A-margin, it is a line you want (this will be paragraphs and sections).

There may be more considerations, but that should get you started.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3176
Location: italy

PostPosted: Tue Jun 24, 2008 12:31 pm    Post subject: Reply to: finding pragraph names
Reply with quote

I do not speak cobolese...

how do You identify a paragraph in a cobol program ??
... if You can express it in words then it can be coded in rexx
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1641
Location: germany

PostPosted: Tue Jun 24, 2008 12:32 pm    Post subject:
Reply with quote

not a comment
starts in area A
ends in period. depends if you are using atiqated paragraphing or sectioning.

or

use the map/xref in the compiler listing.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3176
Location: italy

PostPosted: Tue Jun 24, 2008 12:37 pm    Post subject: Reply to: finding pragraph names
Reply with quote

thanks for the info,
I' ll try to post a sample in the afternoon
Back to top
View user's profile Send private message
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 542
Location: work

PostPosted: Tue Jun 24, 2008 9:22 pm    Post subject: Reply to: finding pragraph names
Reply with quote

Quote:

starts in area A

You cannot use cobol terms to explain something to people that do not understand cobol.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3176
Location: italy

PostPosted: Tue Jun 24, 2008 10:02 pm    Post subject: Reply to: finding pragraph names
Reply with quote

don' t worry Pedro...
I am not that dumb icon_biggrin.gif
Back to top
View user's profile Send private message
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 542
Location: work

PostPosted: Wed Jun 25, 2008 1:33 am    Post subject: Reply to: finding pragraph names
Reply with quote

Quote:
I am not that dumb

Apparently, I am.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1