IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Dynamic array


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
badal_mainframe

New User


Joined: 10 Aug 2004
Posts: 7

PostPosted: Tue Aug 10, 2004 5:58 pm
Reply with quote

WHAT IS DIFFERENCE BETWEEN DYNAMIC ARRAY AND STATIC ARRAY?
Back to top
View user's profile Send private message
rick

New User


Joined: 18 Jun 2004
Posts: 59
Location: Chennai

PostPosted: Wed Dec 01, 2004 8:06 pm
Reply with quote

Hi,

Dynamic array is allocated with DEPENDING ON Clause. The array is allocated on run time .So the size of the array varies.

In static array the array size is constant.


Rick
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts COBOL Ascending and descending sort n... COBOL Programming 5
No new posts Dynamic file allocation using JCL JCL & VSAM 8
Search our Forums:

Back to Top