Describe the difference between subscripting and indexing ?
Answer Posted / minhaj
subscript represent the occurence of array.
subscript defined with working storage section.
subscript value can be changed with add,subtract,multiplication.
Index represent first occurence in the array,Index define
along with table entries as part of occus class.
value of index can be changed by the set operator.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do you reference the following file formats from cobol programs?
What is the difference between binary search and sequential search?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Have you used comp and comp-3 in your project? And how?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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.
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What kind of error is trapped by on size error option?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is comp-1 and comp-2?
What is the LINKAGE SECTION used in COBOL?