Can we move X(9) to 9(9). If yes what are the ways for
doing this?
Answer Posted / ashish
Alphanumeric to numeric movement is possible but not always,
say if it has numeric value then only it is possible o/w if
it contains alphabetic value then it wont b possible
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
Which mode is used to operate the sequential file?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write a program to enter and display the names of students in a class using the occurs clause.
Have you used comp and comp-3 in your project? And how?
When is inspect verb is used in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the different data types in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How many bytes S(8) comp field occupy and its maximum value?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why did you choose to work with ibm mainframe cobol programming?
Why occurs cannot be used in 01 level in COBOL?
What are the access modes of START statement?
What is the difference between next sentence and continue in cobol programing language?