COMP field occupy ?
Answers were Sorted based on User's Feedback
Answer / anil prajapati
internally it will store space like as
s9(n) comp where n is as
0-4 --->2 bytes
5-9 --->4 bytes
10-18 ---> 8 bytes
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prakash shrivastava
comp is a binary storage format.....
0-4 2 bytes-1/2 word
comp is binary storage format...
it occupy--
0-4 2 bytes-1/2 word
5-9 4 bytes-1 word
10-18 8 bytes-2 word
Is This Answer Correct ? | 4 Yes | 0 No |
How to display string in the reverse order using occurs clause?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
What is binary search?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
IF I mention stop run in CICS what happens?
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
Write a program that uses move corresponding.
how can we get current dat and time thru cobol pgm
how to convert vsam table into DB2 table?
how do you reference the ksds vsam file formats from cobol programs