When we code these comp,comp1,comp-2,comp-3 and comp4
values. I know the differnece.I mean when we will prefer if
it is new program.Explain in detail with memory examples.
Thanks in advance.
Answer / shubha
These are usage clauses. memory used by these items will very less compared to DISPLAY items, that is is why these are used especially to store the data with less memory usage
| Is This Answer Correct ? | 2 Yes | 0 No |
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What is 88 level used for ?
If you were passing a table via linkage, which is preferable - a subscript or an index?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
Can we redefine the field of x(200) to less than 200?
wht happens if we dnt give scope terminator ?
What are the different rules of SORT operation?
In which area will you utilize 88 level items in cobol?
Can anybody give me example of subscript and index
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.
can we use 77 level no for Redefines?if we use give an example?