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
Why would you use find and get rather than to obtain?
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 do you reference the fixed unblock file formats from cobol programs
Explain about different table spaces.
Can we redefine the field of x(200) to less than 200?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is report-item in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program that uses move corresponding.
How many sections are there in data division in COBOL?
What is amode(24)?