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
What rules are to be followed while using the corresponding options?
What is a report item?
What is the difference between next sentence and continue in cobol programing language?
Explain about different table spaces.
How do you define a variable of comp-1 and comp-2?
How do you reference the fixed block file formats from cobol programs
Are you comfortable in cobol or jcl?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the usage of comp fields in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
i want a program using by if, evaluate , string, unstring, perform, occurs?
Define cobol?
What the difference is between continue and next sentence?