cobol heck - i'm makjing progress
From: Carol (kgdg_at_helkusa.com)
Date: 07/28/04
- Next message: Carol: "Re: cobfd"
- Previous message: Carol: "Re: Layout Hell-o"
- Next in thread: Carol: "Re: cobol heck - i'm makjing progress"
- Reply: Carol: "Re: cobol heck - i'm makjing progress"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Jul 2004 22:00:40 -0600
I have actally have been making progress. I have nearly 1200 fields and one
way or another, I have narrowed it down to about 50 that I don;t quite get.
I'm sure that these are simple but could you fill in the blanks.
As you can see I have 2 completed examples, the other 5 are mystery to me.
The thing is, rather than understand this stuff, I have been using pattern
matching to translate these stinkers. The empty ones below, I do not quite
have the pattern right.
This rich text file might not post right, so if not I will try again.
Thanks
COBOL
Field_Size
FieldType
input_record
output_record
S9(1)V
1
10
S9(3)V
2
10
S9(5)V
3
10
S9(7)V
4
10
pack_lowsign * 5
ascii * pic --------9.99
S9(9)V
5
10
S9(11)V
6
10
S9(14)V
8
10
pack_lowsign * 8
ascii * pic --------9.99
- Next message: Carol: "Re: cobfd"
- Previous message: Carol: "Re: Layout Hell-o"
- Next in thread: Carol: "Re: cobol heck - i'm makjing progress"
- Reply: Carol: "Re: cobol heck - i'm makjing progress"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|