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

Check the value in the particular position of a variable


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

New User


Joined: 19 Jan 2006
Posts: 1
Location: usa

PostPosted: Thu Jan 19, 2006 10:47 am
Reply with quote

Can i check the value in the particular position of the field like sqlcolumnvalue (50) (50:1) is the syntax correct?
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Jan 19, 2006 12:31 pm
Reply with quote

HI,

Quote:
Can i check the value in the particular position of the field like sqlcolumnvalue (50) (50:1) is the syntax correct?


Yes you can check in COBOL it.

Code:
Field_Name(Start:Length).


Hope this helps

Regards
Rupesh
Back to top
View user's profile Send private message
umeshkmrsh

New User


Joined: 21 Sep 2005
Posts: 79
Location: India

PostPosted: Thu Jan 19, 2006 6:02 pm
Reply with quote

If you are talking about COBOL. Yes you can. icon_biggrin.gif Its a feature added with COBOL-85 release.
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Variable Output file name DFSORT/ICETOOL 8
Search our Forums:

Back to Top