| View previous topic :: View next topic |
| Author |
Message |
mortalkombat4 Beginner
Joined: 07 Aug 2006 Posts: 11 Topics: 6
|
Posted: Fri Aug 18, 2006 4:49 am Post subject: Cobol structuring program |
|
|
Need a program which will convert unstructured code to structured code.
should be in REXX
It will take cobol code as a input(dataset) and perform a scan and structure the cobol code according to following requirements
1)All the statements should be in there proper area position(Area A and B)
e.g 01 level should begin in area A
2)common structuring related to DIVISIONS and there position.(optional)
e.g IDENTIFICATION DIVISION should immediatly followed by '.' |
|
| Back to top |
|
 |
Crox Beginner
Joined: 29 May 2004 Posts: 52 Topics: 9
|
Posted: Fri Aug 25, 2006 12:48 am Post subject: |
|
|
I don't know one for free. It is not difficult to make it yourself but it will cost some time to make it. There is a company called Raincode in Begium and Cornerstone in the Netherlands who can do this as a service. Some compilers don't complain (a lot) about this situation like MicroFocus. The IBM mainframe compiler but also CA-REALIA on the pc will complain a lot.
Regards,
Crox |
|
| Back to top |
|
 |
mortalkombat4 Beginner
Joined: 07 Aug 2006 Posts: 11 Topics: 6
|
Posted: Fri Aug 25, 2006 10:20 am Post subject: |
|
|
| Thanks for reply |
|
| Back to top |
|
 |
|
|
|