Determine the total no of bytes in the following.
01 rec1.
02 a pic x(6)
02 b redefines a.
03 c occus 6 times pic 9.
02 d occurs 6 times pic 9.
03 e pic x(5)
03 f pic 999.
Answer Posted / jai
01 rec1.
02 a pic x(6) == 6
02 b redefines a. == 6
03 c occus 6 times pic 9. == 6
02 d occurs 6 times.
03 e pic x(5) ==30
03 f pic 999. ==18
------
66
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
Can we change the password using ALTER? anyone tried and changed?
Explain how you can characterize tables in cobol?
how to move the records from file to array table. give with code example
What is rmode(24)
What is the difference between external and global variables in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is search and searchall?what is the diffrence between them?give an best example?
What is a report item?
What are different data types in cobol?
what happens if parmparameter passes zero bytes to the program
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is rmode(any) ?