ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Search Result

Collapse
3 results in 0.0030 seconds.
Keywords
Members
Tags
array x
  •  

  • voicucosmin90
    started a topic Perform varying // for - array in cobol

    Perform varying // for - array in cobol

    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.
    ...
    See more | Go to post

  • Seko1987_MAD
    started a topic Dynamically Sized Arrays

    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)
    ...
    See more | Go to post

  • Poddys
    started a topic SQL Select Input Fields From File Into Array. Is It Possible?
    in SQL

    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...
    See more | Go to post

Our Sponsors

Collapse
Working...
X