Hi guys,
I have a question if you could me help with these:
I want to implement in cobol a repetitive structure like these:
for i = 1 to n
execute different instructions
end-for
-----
I make something like these:
01 n pic 9(2) value 1.
...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
3 results in 0.0030 seconds.
Keywords
Members
Tags
-
Perform varying // for - array in cobol
-
Dynamically Sized Arrays
Hi,
I'm a little confused about how to use dynamic sized arrays with alloc and realloc.
Consider the following code:
Code:D response s 10 D ptr s * inz(*Null)
-
SQL Select Input Fields From File Into Array. Is It Possible?
It's a bit tricky to know where to post this, but I think an SQL solution might be the easiest, assuming it's possible.
Basically, someone created a file on our AS400 with over 100 fields that are 30 char long each, and I just want to refer to these as an array.
I loath...
Our Sponsors
Collapse