Rexx Tool To Check Coding Standards Tools

Posted on by
Rexx Tool To Check Coding Standards Tools Rating: 7,1/10 1851votes

CLIST & REXX: Hi, I am looking for an rexx tool which will check whether a cobol program is written on a standard basis. I have been meaning to create a database of custom functions written in REXX that can simply be added to your code and. Is to check if the. Tool for ISPF. Download Rexx Download Tools Sample Code Forums User Group. And Mainframe REXX standards. Call value ‘REXXPATH’,’/afs/slac/www/slac/www/tool/cgi-rexx. May 10, 2016 Hello everyone,I am quite new to REXX and I am assigned to develop a rexx tool which should check if the programmer has followed cobol standards.

Rexx Tool To Check Coding Standards ToolsRexx Tool To Check Coding Standards Tools

What is the role of Modification Tags in a COBOL Program? In a Mainframe environment, changes done to program source-code should be well-documented. This makes the source-code easier to understand. Most COBOL Programs have a Modification Log.

The Modification-Log is not executable source code, rather it is a block of comments. It is a the list of all changes(modifications) done to the program, in chronological order. A description of the change in about two-to-three lines, the date of the change and the author(programmer) is also mentioned. The Modification Log helps you track all changes done to program, right from its inception, to-date, its like the program’s diary(log). Each entry in the Modification Log has a tag, to identify it. This tag forms its unique identity.

The practise adopted by Mainframe programmers is to supply a tag for all the lines of source-code they modify, and then add an entry to Modification Log, under the same tag, thus providing a brief description of their change. Here's a picture of the Modification log in one of my programs. Have a look at the illustration below on, how the same modification tag QC3962 is used to highlight the modified lines of code. What does COBOL Code Tagger do?

Several people have asked for a way to automatically add a tag, and flag each changed line in an ISPF Edit Session. Aircrack Driver Rtl 8187b Wlan Adapter here. The COBOL Code Tagger is an Edit Macro that runs SuperC against the original dataset and adds tags in a user-specified column. After the tagging is complete, you are shown the lines to which flags have been added. You’ll probably need to change it to meet your needs, but it should be a reasonable starting point. How do I use the COBOL Code Tagger?

Comments are closed.