How is Unstring used?
-
- Posts: 2
- Joined: Fri Nov 28, 2008 10:01 am
- Skillset: COBOL,JCL,EZTRIEVE,DB2
- Referer: friends
How is Unstring used?
Can anyone tell how unstring works....
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How is Unstring used?
Hello and welcome to the forum,
UNSTRING is used to break a variable into smaller pieces. Most times unstring is used to compound delimited data (string) into multiple individual fields.
Here is the link to the cobol reference manual which completely explains unstring:
http://publibz.boulder.ibm.com/cgi-bin/ ... r10/6.2.39?
Suggest you bookmark the link as this manual contains the complete language reference.
UNSTRING is used to break a variable into smaller pieces. Most times unstring is used to compound delimited data (string) into multiple individual fields.
Here is the link to the cobol reference manual which completely explains unstring:
http://publibz.boulder.ibm.com/cgi-bin/ ... r10/6.2.39?
Suggest you bookmark the link as this manual contains the complete language reference.
Hope this helps,
d.sch.
d.sch.