can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / antony
We will get the actual value of the variable, so we need to
either redefine or move that to an equivalent numeric
variable to display it.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the access modes of START statement?
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different open modes available in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How are the next sentence and continue different from each other?
how to move the records from file to array table. give with code example
What is static and dynamic call in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the variable block file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.