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

Is there any limit for occurs clause


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

New User


Joined: 05 Sep 2006
Posts: 2
Location: chennai

PostPosted: Fri Sep 15, 2006 10:38 am
Reply with quote

Hi
Please help me out

Please observe the below code

05 TCRPD-ENTRY OCCURS 1 TO 599999 TIMES
DEPENDING ON TCRPD-COUNT
ASCENDING KEY TCRPD-KEY
INDEXED BY TCRPDX.

here is there any limit for occurs clause.. ?
i am getting error if i mentioned '1 to 999999 times'

regards
cvns
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Sep 15, 2006 7:18 pm
Reply with quote

Hi there !

Please have a look at:
publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol4.doc/igym1api.htm

Regards, UmeySan
Back to top
View user's profile Send private message
patil.cvns

New User


Joined: 05 Sep 2006
Posts: 2
Location: chennai

PostPosted: Tue Sep 19, 2006 11:19 am
Reply with quote

Hi

thanks for answering my question

regards
patil
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 To search DB2 table based on Conditio... DB2 1
No new posts Updating a 1 byte thats in occurs mul... DFSORT/ICETOOL 6
No new posts Expand ISPF field up to a limit - is ... TSO/ISPF 9
No new posts Rexx to list generations of GDGs and ... CLIST & REXX 3
No new posts NOT IN clause in COBOL pgm COBOL Programming 8
Search our Forums:

Back to Top