Describe the difference between subscripting and indexing ?
Answer Posted / padmanabha naidu.p
subscripting specifies the occurence or position of the
array and index specifies displacement.
subscripting can be manipulated by artimetic operations.
index can by manipulated by set ,perform and search
operations.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the different types of condition in cobol and write their forms.
In COBOL programming, what is PERFORM? What is VARYING?
Name some of the examples of COBOl 11?
How are the next sentence and continue different from each other?
Write down the divisions of cobol program?
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.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you reference the following file formats from cobol programs?
What is the utilization of copybook in cobol?
how do you reference the fixed unblock file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
How many bytes S(8) comp field occupy and its maximum value?
In which area will you utilize 88 level items in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.