What is 77 level used for ?

Answer Posted / saugata das

77 level variable is used for independent data item.So,it has no other sub level declaration.

Is This Answer Correct ?    29 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different open modes available in cobol?

713


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

892


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

769


How you can characterize tables in cobol?

710


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1899






What rules are to be followed while using the corresponding options?

631


Write some characteristics of cobol as means of business language.

614


What is amode(24)?

680


Difference between array and sub-script ?

1157


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


How arrays can be defined in COBOL?

661


how to refer the data field?

1802


Are you comfortable in cobol or jcl?

639


What are the cobol coding sheets?

657


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.

2001