1.Can we define condition-name conditions in FD entry.
Answer Posted / ashok
yes guys.. we can write it... evne i have tried it. its
working....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Can a Search can be done on a table with or without Index?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the local-storage section?
i want a program using by if, evaluate , string, unstring, perform, occurs?
IF I mention stop run in CICS what happens?
What are declaratives and what are their uses in cobol?
What rules are followed by the search verb.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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.
Which mode is used to operate the sequential file?
In COBOL, what is the different between index and subscript?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is redefines clause in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?