What is the size of s9(19)comp3? explain
Answers were Sorted based on User's Feedback
Answer / sreekanth
the size of s9(19)comp3 is 10.because in comp3 whenever the
size is odd then we can use the following formula.i.e
n+1/2.so 19+1/2 is 10 then the size of s9(19)comp3 is 10.
| Is This Answer Correct ? | 20 Yes | 6 No |
Answer / ajeet
I think the maximum numeric size allowed for numeric
is s9(18)comp-3.
correct me ?
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / sekhar
numeric size only 9(18).
alphanumeric is x(3273).
alphabit is A(3273)
so answer is we cant declare s9(19)
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vkw
If i have s9(20)comp3.the ans is 21/3=10.5 that means its
round off to 11.why it is rounded off and how it will
happen annd on what basis.
| Is This Answer Correct ? | 4 Yes | 5 No |
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
What is COMP-1? COMP-2?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
is it possible to rename 01 level?
How include time & date in the report generation in cobol programing?
What are ISOLATION LEVELS? Where do we need to specify them?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between next sentence and continue in cobol programing language?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE