Answer Posted / adarsh
yes it's possible.but the length of data-name1 must not
exceed the lenght of data-name2 in case of 01 level.
where as in case of other both the data-names must be
equal in size.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
What is the difference between next sentence and continue in cobol programing language?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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?
What is the Purpose of Pointer in the string?
State the various causes of s0c1, s0c5 and s0c7.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is rmode(24)
What is perform what is varying?
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.
Explain the configuration section of a cobol program with examples of syntax.