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 / guest
It should be 54. (ie 6 + 8*6)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the pertinent COBOL
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is a report item?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What guidelines should be followed to write a structured cobol prgm?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is amode(31)
how do you reference the ksds vsam file formats from cobol programs
Whats the difference between search & search ALL?
Write the code implementing the perform … varying.
how do you reference the variable block file formats from cobol programs
What is the compute verb? How is it used?
Can we change the password using ALTER? anyone tried and changed?