SHREER783 Beginner
Joined: 10 Oct 2006 Posts: 3 Topics: 2
|
Posted: Tue Oct 10, 2006 4:13 pm Post subject: COBOL Array Logic |
|
|
I have an array that stores pulse data at a 15 min interval level.
Each day containing 96 values.
Code: |
Date start time End time Pulse value
1-Sep 12:00 12:15 3.5
12:15 12:30 5
12:30 12:45 8
12:45 1:00 6
1:00 1:15 3
1:15 1:30 7
1:30 1:45 8
1:45 2:00 9
2:00 2:15 5.9
2:15 2:30 8
2:30 2:45 9
2:45 3:00 2
- - -
23:45 24:00 12
|
Now, my output interval array will contain values depending upon input type
If input type = |
|