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

which is more efficient STRING or MOVE statment


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

New User


Joined: 08 Sep 2005
Posts: 1

PostPosted: Thu Sep 08, 2005 5:58 pm
Reply with quote

Hello

I have a scenerio where I have to concatenate two strings . I would like to know the advantages and disadvantages of using STRING statment over MOVE statment ,that requires me to put the start place and length of the string ?


Will the use of STRING statment hampers performace in any ways and is there any operator (like || in PL/I ) that can be used directly in here
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Sep 08, 2005 6:47 pm
Reply with quote

Hi Gaurav,

Obviously it should be MOVE, more efficient, if it can do what you are trying to do with STRING. But STRING gives you some other features like ON OVERFLOW etc. whcih MOVE can't.

So it should depend on I/P string coming the way...

EXPERTS any comment.....?????

Regards,

Priyesh.
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Thu Sep 08, 2005 6:53 pm
Reply with quote

Hi,

I think going for String statement would be more advantage than going for Move statement. As using String Statement we can concatenate some of the characters of a string only with using Delimiters. We can also know how many characters are concatenated, if we would likely to know. The main advantage is we can handle the situation, if there is an overflow in the destination variable.

Regards,
Mike.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts file manager is doing string conversion IBM Tools 3
No new posts COBOL - Move S9(11)v9(7) COMP-3 to -(... COBOL Programming 5
Search our Forums:

Back to Top