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

Level Number 49


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

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Tue Aug 30, 2005 12:42 am
Reply with quote

Hi,

In case i have got a very big structure ,i.e, there are structures within a structure and i start from 01 level number and i reach 49 level number still the structure is incomplete and there is still more to be coded then what will i do ?

Regards,
Anu.
Back to top
View user's profile Send private message
sendil

New User


Joined: 30 Jun 2005
Posts: 27

PostPosted: Tue Aug 30, 2005 3:00 pm
Reply with quote

Normally it will not happen. because if you are using lot of working storage variable, the program length also increased. It will affect your program performance tunning. so that you can split out your program into number of sub program.


Please correct me if i am wrong

Thanks
sendil
Back to top
View user's profile Send private message
AnuB
Currently Banned

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Tue Aug 30, 2005 3:07 pm
Reply with quote

Thank u Sendil.

But i need some more clarifications.

Regards,
Anu.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Sep 06, 2005 1:07 am
Reply with quote

Hi Anu,

Why not wait till it happens. We'll be glad to help then... if COBOL's still around ... if we're still around.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Tue Sep 06, 2005 10:25 am
Reply with quote

Good say! jack.
Back to top
View user's profile Send private message
AnuB
Currently Banned

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Tue Sep 13, 2005 7:41 pm
Reply with quote

Thanks !
Back to top
View user's profile Send private message
eashwar

New User


Joined: 21 May 2005
Posts: 26
Location: Bangalore

PostPosted: Tue Sep 20, 2005 2:43 am
Reply with quote

Use arrays or tables and redefine them for what ever bytes you want....
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 Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts How to load to DB2 with column level ... DB2 6
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top