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 / ram.g
54 is the right answer!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Whats the difference between search & search ALL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write some characteristics of cobol as means of business language.
What is difference between static and dynamic call in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the variable block file formats from cobol programs
What are 77 levels used for?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can we redefine the field of x(200) to less than 200?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between goback, stop run and exit program in cobol?