COMP?

Answers were Sorted based on User's Feedback



COMP?..

Answer / neeraj

comp,comp-4 both are same used for the binary
representation of the data fields.
Size of memory allocated will be based on
If 1-4 2 bytes
5-9 4 bytes
10-18 8 bytes

Pic clause is attached with COMP data types

Is This Answer Correct ?    2 Yes 0 No

COMP?..

Answer / vampire

comp had boundaries

1-4 halfword-2bytes-16bites-4nibbles
5-9 fullword-4bytes-32bites-8nibbles
10-18 doubleword-8bytes-64bites-16nibbles

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


What are the different types of condition in cobol and write their forms.

0 Answers  


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,


What is SDSF?

13 Answers   IBM,


Can 88 level variable be declared in FD section..?

1 Answers   Infosys,


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


What is a SSRANGE and NOSSRANGE?

0 Answers  


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


how to code in cobol while using variable block file?

1 Answers  


Categories