Riccardo
New User
Joined: 15 Jun 2005 Posts: 1
|
|
|
|
I wrote a program for myself, to help my every day work, but maybe it could be useful for other people too, it runs on the PC and it is written in Visual Basic.
The purpose of the program is to take care of the annoying part of making (write) a batch program for the IBM mainframe.
The program generate program skeleton for two major compiler, Cobol and PL1.
Each time we write a program we have to codifying for each file what we want to use :
- a declaration of the file, a variable to know the state of the file
- a variable to know how many record we have worked on and increment this variable accordingly with the operation performed
- the section/procedure (Cobol/PL1) to read or write the file
- printing the final statistic
bored to write all time the same things I wrote this program that generate a simple skeleton based on our request, we have to code only the core of the program.
the program can be downloaded at : http://www.simtel.net/pub/pd/89469.html
if you have questions I am reachable at: |
|