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

Restrition on the use of subscripted data-name's


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

New User


Joined: 07 May 2008
Posts: 1
Location: usa

PostPosted: Tue Sep 16, 2008 8:24 pm
Reply with quote

Does anyone have a list of COBOL statements that do not allow the use of a data-name reference by a subscript. I want to create a recommendation on how, and where to use subscripted data-names.

Example: valid usage

SELECT OPTIONAL "file-name-1" ASSIGN "assignment-name-1" TO LINE SEQUENTIAL ORGANIZATION IS ACCESS SEQUENTIAL MODE IS " STATUS FILE IS "data-name-1".

Where as the data-name-1 is table-element (table-subscript-1). This look dangerous to code a statement like this, because the subscript must have a valid value before this file can be open or it will generated an run time error.
Does anyone know if the compiler will allow this statement? icon_eek.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 17, 2008 12:03 am
Reply with quote

Hello tposival and welcome to the forums,

Quote:
Does anyone know if the compiler will allow this statement?
Have you tried this? If not, do so and post anything that happens that is not clear.

Quote:
Does anyone have a list of COBOL statements that do not allow the use of a data-name reference by a subscript.
The Language Reference for your compiler is the best source for this kind of info.

Quote:
I want to create a recommendation on how, and where to use subscripted data-names.
Possibly there is something i misunderstand, but i do not understand how such a recommendation would be created. Anything that occurs multiple times must be so referenced, regardless of any recommendation icon_confused.gif As i mentioned, there may be something i misunderstand.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top