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 |
How do you get the data to code the BMS macro?
What is XDC ?
How to execute a set of JCL statements from a COBOL program?
how do you reference the variable unblock file formats from cobol programs
01 a pic s9(5) occupies how many bytes ?
What are the functions like c or c++ in cobol?
COMP field occupy ?
88 class is used for
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
level number 77 is used to define a)group data b)elementary data c)redefine d)none
How do u know what version of cobol u are using?