Answer Posted / ram g mail2ram1983@gmail.com
i culdn't find any correct ans here....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
What are different data types in cobol?
How to know whether the module is dynamical or statistical?
i want a program using by if, evaluate , string, unstring, perform, occurs?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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.
What is redefines clause in COBOL?
What is link edit in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How many sections are there in data division in COBOL?
How do u write test cases?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write the code implementing the perform … varying.
what is amode(24), amode(31), rmode(24) and rmode(any)?