On Thu, 1 Oct 2020 16:46:25 -0400, Joseph Reichman wrote:

>Have to read 4,471 files ( VB files ) looking 
>For data obviously there is a concatenation limit which is why my question 
>were centered dynamic allocation and deallocation 
>
Does a concatenation gain you anything compared to the simple:

DO FOR 4471
    ALLOCATE
        OPEN
            look for data
        CLOSE
    FREE
END

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to