pic S9(4) results 3 bytes1
A) comp
B) comp1
C) display
D) comp3
Answers were Sorted based on User's Feedback
Answer / guest
d Comp-3
because for S9(n)
if n is odd no of bytes is (n+1)/2
if n is even no of bytes is (n/2)+1
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / reddy
Ans is D.
For any comp3 variables,
for s9(n), the number of bytes it stores is n/2 + 1
| Is This Answer Correct ? | 9 Yes | 0 No |
by using xpeditor if i want to debug the sub pgm ? how canu code in xped for main pgm and sub pgm ? wht is the debugging process ?
how can we repair a soc-7 error?
How many bytes will a s9(8) comp field occupy ?
How much memory does variable of 6 decimal (15, 2) take in PL/1?
What is mainframe computer /system?
How IBM framework work?
what is unit testing ? on which basis you will write test case ?
If DB2 query returns in null value, how do you work with it in PL/1?
how will you find a particular line in debugging if its a infinite loop
Explain isolation level?
How do you pass pointer PL/1 main procedure to sub procedure?
can we describe the results of opening for input empty vsam files in a cobol program?