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 the difference between a binary search and a sequential search what are the pertinent cobol?
Difference between array and sub-script ?
What is the difference between perform … with test after and perform … with test before?
What is the Purpose of Pointer in the string?
What is the use of intialize verb?
Write a cobol program making use of the redefine clause.
What is inspect in cobol ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the utilization of copybook in cobol?
How do define dynamic array in cobol.
What are the cobol coding sheets?
What are the access modes of START statement?
What is the difference between Global and External Variables?
How do you get the data to code the BMS macro?
how do you reference the variable block file formats from cobol programs