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 |
what is sync clause?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
How can we increase the size of an existing PDS to include more no. of modules.
how to transfer the file from pc to mainframe??
give the examples of strings in cobol
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
tell me about examine inspect and evaluate ?
What is COMP-1? COMP-2?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Explain call by context by comparing it to other calls.