can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / craig
You can display them, but they will appear non-numeric.
Move the field to a WS field defined as pic +9('number of
digits') and display the WS field to make the data user-
friendly.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
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
Explain about different table spaces.
Name the sections present in data division.
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.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between perform … with test after and perform … with test before?
What is the difference between external and global variables in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the LINKAGE SECTION used in COBOL?
What is link edit in cobol?
What are all the divisions of a COBOL program?
Write down the divisions of cobol program?
Explain how to differentiate call by context by comparing it to other calls?