can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / narayana g
You can display the COMP-3 variable by redefining to numeric
variable.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between goback, stop run and exit program in cobol?
What is the use of intialize verb?
What is the local-storage section?
how do you reference the rrds file formats from cobol programs
) how do u code after getting data?
What is rmode(any) ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Name the sections present in data division.
How many bytes S(8) comp field occupy and its maximum value?
What is difference between static and dynamic call 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 is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do get the result of your program directly on your pc?