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 use of intialize verb?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
) How do u handle errors in BMS macro
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Name some of the examples of COBOl 11?
What is the difference between binary search and sequential search?
What is the difference between Global and External Variables?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the printer file formats from cobol programs
what is difference between cobol and cobol/400
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Name the sections present in data division.
how do you reference the variable block file formats from cobol programs