Total no of bytes in the following
01 rec-1
02 first-group
03 a1 pic x(4).
03 a2 pic 99.
02 second-group redefines first-group.
03 A3 pic999.
03 A4 pic 999.
02 third-group.
03 A5 occurs 5 times pic 99.
A)22
B)16
C)12
D)10
Answers were Sorted based on User's Feedback
Answer / kssb78
16 bytes.. as redefines doesnot occupy additional space
| Is This Answer Correct ? | 3 Yes | 0 No |
Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines a. 03 c occurs 6 times pic 9. 02 d occurs 4 times. 03 e pic x(5). 03 f pic 999. a)38. b)44 c)14 d)32
If JOBA is in MSGW due to data decimal error and DUMP is generated and I found that Decimal field formatted with some special char which is coming from Input file amd file has millions of records. How I can find out on which record the error is occur. Please share your experience.....
Explain isolation level?
What are the different types of PL/1 files?
Hi can anybody tell me about Mainframe batch testing and how is it done. I am totally new to mainframe testing. Thanks in Advance.
Can we give +2 instead of +1 while creating a new gdg file?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?
What is inspect?
What is the mainframe testing? Categorize the mainframe manual testing?
Where is the vsam ksds placed?
How many bytes does a s9(7) sign trailing separate field occupy ?
What is the difference between hidam and hdam databases?