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 |
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
How is sign stored in a comp-3 field?
without performing any operations on a file how can i know whether it contains data or not
Explain what you understand by passing by value.
how do u list the abended jobs?
What are the pertinent COBOL commands?
Describe the difference between subscripting and indexing ?
how do you reference the rrds file formats from cobol programs
Can we move X(7) to S9(7) COMP?
Differentiate COBOL and COBOL-II?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.