|
Copybook2CSharp is a very
smart tool that generates CSharp(C#) classes for given mainframe
copybook format.
Generated C# classes are not just bean, it also knows how
to format basic C# data types /C# objects to copybook equivalent
using actual informations that are extracted from copybook
format such as 'type', 'padding width', 'padding character'
and etc. It also knows how extract actual data from copybook
data and convert to basic C# data types/ C# Objects.
It supports copybook data types such as PIC, CMP2, CMP3, Enumeration(88)
and etc.

Features
- Generates C# classes for given copybook format.
- Supports various copybook data types such as PIC, CMP2,
CMP3 and etc.
- Supports copybook enumeration field (88).
- Reads and writes copybook data formats such as 'Fixed
Value Length', 'Key (Fixed)-Value' and 'Key(variable)-value'.
- Generated classes can be used to development .Net applications.
Custom .Net application code generator is also available
to web enable your mainframe application with ease.
|