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 |
in how many mode we can open a file ?
what is the advantage of sync class
What is an in-line perform ?
Whtz the specialty of 77 level number ?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What is the difference between a DYNAMIC and STATIC call in COBOL?
What is the meaning of 'Eject' verb in cobol?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
How does IDMS communicate with CICS?
how to display the dataset information?
What is the difference between a subscript and an index in a table definition?
what is ASRA, AEY9?