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 |
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
When would you use in-line perform?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Difference between next and continue clause
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
What is XDC ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
Can anybody give me example of subscript and index
how to convert the recors form vsam file to db2 table tru file aid
How To move a value to an array using move verb?