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
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how you can characterize tables in cobol?
What is the difference between comp and comp-3 usage?
What is a scope terminator give example?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you define a variable of comp-1 and comp-2?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between perform … with test after and perform … with test before?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
explain sorting techniques in cobol program?
What are all the divisions of a COBOL program?
How do u write test cases?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between Global and External Variables?
A table has two indexes defined. Which one will be used by the SEARCH?