Answer Posted / sravani
using strings we can move a value from one variable to one or more variables.
01 a pic a(3) value 'new'.
01 b pic a(3).
p.division
string a delimited by size to b.
display b.
ans: new
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What is a scope terminator give example?
what is the difference between COBOL2 AND COBOL390?
HOw can I get the negative sign while deduct high value from low value
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How you can read the file from bottom?
Mention the guidelines to write a structured cobol program?
What are the different rules for performing sort operation?
Write some characteristics of cobol as means of business language.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is inspect in cobol ?
A table has two indexes defined. Which one will be used by the SEARCH?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?