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
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
what is search and searchall?what is the diffrence between them?give an best example?
What are the cobol coding sheets?
Write the code to count the sum of n natural numbers.
) How do u handle errors in BMS macro
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 the difference between binary search and sequential search?
Give some examples of command terminators?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL commands?
What is the compute verb? How is it used?
Mention the guidelines to write a structured cobol program?
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 is the difference between goback, stop run and exit program in cobol?
What are the access modes of START statement?