String And Unstring in Cobol
- It is used to merge multiple variables into single variable.
- It is used to split the single variable into multiple variables.
- It is terminated with END-STRING
- It is terminated with END-UNSTRING
- In this Multiple sending fields and one receiving fields are used.
- Only one sending field and multiple receiving fields.
- WITH pointer option is used to specify starting position of receiving field.
- WITH POINTER option is used to specify starting position of sending field.
- Important note no (.) are allowed between string and END-STRING.
- Same way no (.) periods are allowed between UNSTRING & END-UNSTRING.
ConversionConversion EmoticonEmoticon