COMP?
Answers were Sorted based on User's Feedback
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 |
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 |
What are subroutines ? and how do we pass data to the sub routines?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
What are the different types of condition in cobol and write their forms.
i WANT ALL ERROR codes IN CICS and DB2
Write a program to concert an Indexed file into Sequential file?
What is SDSF?
Can 88 level variable be declared in FD section..?
write a program to eliminate duplicate records in a input file and send them to output file.
What is a SSRANGE and NOSSRANGE?
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?
how can u redefine picx(10) with pic 9(6).
how to code in cobol while using variable block file?