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 |
What is the difference between Perform para and perform asaection in cobol?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
how can u pass the values into db2 values from cobol ?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
how to transfer the file from pc to mainframe??
Under which scenario you would go for a static call as opposed to dynamic call?
Explain the configuration section of a cobol program with examples of syntax.
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
How can we increase the size of an existing PDS to include more no. of modules.
record length in spool?
what is index and how to use two tables using index?
How to read a record from bottom of a file which is indexed by 'A'.