Why we are using comp and comp-3 in real time projects?
Answers were Sorted based on User's Feedback
Answer / harsha
Mostly COMP is used for counter fields or for Subscripts.
COMP-3 is mostly used in all sort of arithmatic
calculations.
| Is This Answer Correct ? | 9 Yes | 1 No |
if someone is using my file,how can i find which user id is using?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What divisions, sections and paragraphs are mandatory for a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how to move the records from file to array table. give with code example
How do you define a sort file in JCL that runs the COBOL program?
what is search and searchall?what is the diffrence between them?give an best example?
what is scope terminator
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
Difference between next and continue clause
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.