In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / nimi
subscripted array can be passed to a sub program whereas indexed array cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
In which area will you utilize 88 level items in cobol?
How many sections are there in data division in COBOL?
Define static linking and dynamic linking.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how do you define single dimensional array and multidimensional array in your cobol?
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?
What is the LINKAGE SECTION used in COBOL?
Are you comfortable in cobol or jcl?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is rmode(any) ?
What rules are followed by the search verb.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the access modes of START statement?
How do you differentiate between cobol and cobol-ii?