You may be right 

Was doing it in assembler 

Because that’s the language used 

But whatever works 

Thanks 

PS my code was proceeded by a call IGGCSI00 to get the dataset names 

> On Oct 1, 2020, at 4:54 PM, Paul Gilmartin 
> <[email protected]> wrote:
> 
> 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

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

Reply via email to