Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answers were Sorted based on User's Feedback
Answer / sailesh
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
What compiler option would you use for dynamic linking?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
what is scope terminator
What does the initialize statement do ?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
What is the use of LINKAGE SECTION?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
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 rmode(24)
what is the difference between Plan & package
What is the different between index and subscript?