nokiariver
MIS
Bonjour,
I want to convert a Cobol format file into another format file.
I have the following Cobol format file:
01 FVRCFCP-FVRCFCP.
02 FVRCFCP-ACTION-HEADER.
04 FVRCFCP-CHARCODSET PIC X(02).
04 FVRCFCP-VERSION PIC 9(4).
04 FVRCFCP-NSEQ PIC 9(10).
04 FVRCFCP-ACTION PIC X(6).
04 FVRCFCP-SOURCE PIC X(10).
04 FVRCFCP-FIELD1 PIC XX.
04 FVRCFCP-FIELD2 PIC X(20).
...etc... 500+ columns
I would like to convert it into a tabular format file:
Nom champ | type | type length | start position | end position
Can someone help me?
Thanks,
Chris
I want to convert a Cobol format file into another format file.
I have the following Cobol format file:
01 FVRCFCP-FVRCFCP.
02 FVRCFCP-ACTION-HEADER.
04 FVRCFCP-CHARCODSET PIC X(02).
04 FVRCFCP-VERSION PIC 9(4).
04 FVRCFCP-NSEQ PIC 9(10).
04 FVRCFCP-ACTION PIC X(6).
04 FVRCFCP-SOURCE PIC X(10).
04 FVRCFCP-FIELD1 PIC XX.
04 FVRCFCP-FIELD2 PIC X(20).
...etc... 500+ columns
I would like to convert it into a tabular format file:
Nom champ | type | type length | start position | end position
Can someone help me?
Thanks,
Chris