level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / santy
level number 77 is used to define elementary data element.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Difference between array and sub-script ?
State the various causes of s0c1, s0c5 and s0c7.
What is a SSRANGE and NOSSRANGE?
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 amode(24)?
How can you get the ksds file records into your cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What the difference is between continue and next sentence?
Are you comfortable in cobol or jcl?
How many sections are there in data division in COBOL?