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 |
Define static linking and dynamic linking.
how the control comes back from subprogram to mainprogram
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
How to covert given string into ASCII value in COBOL/MF COBOL
what is the use of outrecord?
In which area will you utilize 88 level items in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Is It Possible to Update or change in VIEW Mode?
What will happen if we generate GDG (+2) version without generating (+1) version?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?