11/1/2017

Rexx Tool To Check Coding Standards

Rexx Code Examples

DbzTHEdinosauer Global Moderator Joined: 20 Oct 2006 Location: porcelain throne Posted: Sat Oct 30, 2010 6:51 pm Post subject: depends on: • invoke during edit/view mode• invoke as a batch job• make corrections• just generate an error list• insert error messages my experience with writing such tools is that i found writing it in COBOL or ASSEMBLER was easier, due to the probable required addition of additional checks. Also, what happens to the source after the check. I found that the only way to enforce programming standards was to introduce the 'check program' in the standard compile jcl and if deviations to the standards were found, insert error messages in the source file (without comment notation), before the compile step, so that the source could not be compiled.

Programming Software for Windows - Free downloads and reviews. Microsoft Visual C++ 2. SP1 Redistributable Package (x. To many people who are thrown to work at a. Generic Checklist for Code Reviews Structure Does the code completely and correctly implement the design? Does the code conform to any pertinent coding standards?

Without the ability to enforce standards, a second best method would be to write several REXX edit macros each having a specific job • would create the indentation required• flag unordered section/para names• flag improper Performs (not allow the thru option• flag goto's that were not to a para/section exit - eliminate potential permanent loops• flag IF's and EVALUATE's that exceeded 3-levels of nesting• modify code lines to insure only one verb and one reference per line - this helps with missing OF/IN's• program-id/pds member name mismatch good 3rd party standards checkers cost quite a bit. So, decide • what your standards are going to be• if you are really going to enforce standards• how you are going to enforce the standards my suggestion is a lot of REXX edit macros, each performing a single task, all CALLed from a Control EDIT Macro or write it in COBOL or ASSEMBLE or PL1, so that the program is easier to maintain. I have nothing at all against REXX Scripts (i have more than 800 in my personal library) but something as complex as a source program standards checker does not belong in one REXX script. And, spend some time googling.

Boutique Chic Download Game Lego. Enrico-sorichetti Global Moderator Joined: 14 Mar 2007 Location: italy Posted: Sat Oct 30, 2010 7:56 pm Post subject: Reply to: Rexx tool for cobol code standard checking google for cobol beautifiers such a tool belongs to the category. Do it right or do not do it at all in rexx it would be easy to build a token parser.

IBM MAINFRAME: Cobol Coding Standards Tool in rexx ->Download Nvq Level 3 Electrical Installation 2357 Light. :::: Author Message Giby Alex New User Joined: 18 Jun 2005 Location: Trivandrum Posted: Tue Jun 21, 2005 7:23 am Post subject: Cobol Coding Standards Tool in rexx Hi, I have developed a rexx tool for implementing coding standards for cobol programs for my client. Now I am converting it into a generic tool so as to cater the needs of any cobol programmer. I need help from companies/firms to test and promote the tool. If interested please get back Thanks Giby Alex. Boconn New User Joined: 08 Jul 2005 Location: Tulsa, OK Posted: Fri Jul 08, 2005 8:17 am Post subject: Re: Cobol Coding Standards Tool in rexx I am hoping someone my be able to help me with this. I am currently working for a company that uses several programming languages, including COBOL.

I have been brought in to take over a position for someone that has been doing it for a while. I have learned all i need to, however, one of the programs that we use for the job is COBOL based. We have been unsuccessful in getting COBOL Micro Focus to load on my machine, and the program will not run with newer versions of COBOL. Currently, I am having to remote into another machine to get this program to run correctly.

Calix C7 Installation Manual. My boss as indicated that we are going to make changes for that program, and says it might either be rewritten in C++ or REXX. We currently already use REXX for a few other programs, but don't use C++ for any, just VB. Does anyone know of an easy way to convert from COBOL to either C++ or REXX kavya123 Warnings: 1 New User Joined: 11 Jul 2007 Location: hyderabad Posted: Thu Jan 24, 2008 12:53 pm Post subject: Reply to: Cobol Coding Standards Tool in rexx Hi I am working on REXX. Right now i need a tool to check the COBOL and PL/I coding standards.