What is the difference between comp and comp-3 usage?
Explain other COBOL usage?s.
Answer Posted / sultana
Usage Clause :COMP
Binary representation of data item.
PIC clause can contain S and 9 only.
S9(01) – S9(04) Half word.
S9(05) – S9(09) Full word.
S9(10) - S9(18) Double word.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
In COBOL programming, what is PERFORM? What is VARYING?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are various search techniques in cobol? Explain.
What type of SDLC u followed? Why?
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are literals?
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.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How you can characterize tables in cobol?