What is difference between comp & comp-4?
Answers were Sorted based on User's Feedback
Answer / satishk
Hi friends,
The above answers are all wrong.
here is the right link for that to know.
try to make use of ibm-mannuals as much as possible, dont
go for all raw-materials, this is my strict warning to all
mainframes learners.
http://ibmmainframes.com/size.html
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sachin
COMP-4 and comp is similar to Binary
COMP-5 is for display usage type.. termed as native binary
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / thoms
comp
comp4
comp5
all of above stated usage clauses are used by cobol prog's
to store numeric values in a binary data formate inorder to
efficiently use memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pal
Comp is computational clause
nothing but using the memory in a efficient way
i think there is no comp-4
| Is This Answer Correct ? | 3 Yes | 19 No |
Answer / satya sivaji
Computational clauses allows cobol programe to efficiently
represent the data internally.There are 5 forms of
representing data which are
1).Display(default)
2).Comp
3).Comp-1
4).Comp-2
5).Comp-3.
And there is no Comp-4.
| Is This Answer Correct ? | 2 Yes | 27 No |
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
what will happen if pass values more than 100 using PARM parameter?
can we use go to statement inline-perform?
What does the IS NUMERIC clause establish ?
I want ALL jcl ERROR cods
if a file has 1000 recods how copy the records from 1 to 100 records using sort
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What COBOL construct is the COBOL II EVALUATE meant to replace?
how you read control card into array?
Which Search verb is equivalent to PERFORM…VARYING?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
01 x pic s9(8) comp. How will the following value be internally allocated '18787'