give the examples of strings in cobol



give the examples of strings in cobol..

Answer / 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

More COBOL Interview Questions

S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


Can anybody give me example of subscript and index

5 Answers  


What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,






How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


What is 88 level used for ?

2 Answers  


01 x pic s9(8) comp. How will the following value be internally allocated '18787'

4 Answers   Steria,


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

0 Answers  


how you will define variables length in cobol.

3 Answers   Temenos,


Categories