Using string statement.Is coding three destination string
from one source string possible in one code?or three codes
for every destination string of one source string.?thank you
Answer Posted / sharib
Could be done by using UNSTRING they string on spaces or delimiter based on the requirement and then putting them into newly defined variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
What are all the divisions of a COBOL program?
What is length is cobol?
Why did you choose to work with ibm mainframe cobol programming?
How many bytes S(8) comp field occupy and its maximum value?
how to refer the data field?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Explain how you can characterize tables in cobol?
What is inspect in cobol ?
What is the difference between comp and comp-3?
Which division and paragraphs are mandatory for a COBOL program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between comp and comp-3 usage?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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