give the examples for strings and unstrings in cobol
Answer Posted / mohan.ch
string-add the 2 or more ws-vars to one ws-var
eg:-string ws-var1,ws-var2,ws-var3,ws-var4
into ws-var5
wel'
come,
to,
india
o/p wel come to india
unstring-split the varables to multiple
reverse of srting
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
What rules are followed by the search verb.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the problem of ordered sequential files access?
What is a scope terminator give example?
Define cobol?
How do we get current date from system with century in COBOL?
How do get the result of your program directly on your pc?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between goback, stop run and exit program in cobol?
What is the local-storage section?
What are the pertinent COBOL
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is report-item in COBOL?