Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are
the ways for doing this?
Answer Posted / chakri
kavya is right. We can move numeric to alphanumeric and
vice versa. error will be thrown only when we do arithmetic
operations when we move alpha numeric to numeric data
items .
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
what is the use of outrecord?
What the difference is between continue and next sentence?
Write the code to count the sum of n natural numbers.
how do you reference the rrds file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
explain sorting techniques in cobol program?
What is static and dynamic call in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What kind of error is trapped by on size error option?
Can a Search can be done on a table with or without Index?
What guidelines should be followed to write a structured cobol prgm?
HOw can I get the negative sign while deduct high value from low value
What is the compute verb? How is it used?