in cobol perform stmt whether it first checks the condition
or not
Answer Posted / suvarna
first checks the condition
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
What do you understand by psb and acb?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Define static linking and dynamic linking.
) How do u handle errors in BMS macro?
How do we get current date from system with century in COBOL?
What is the difference between goback, stop run and exit program in cobol?
What is comp-1 and comp-2?
What is the use of intialize verb?
What is rmode(any) ?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How many bytes S(8) comp field occupy and its maximum value?
What is the utilization of copybook in cobol?
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 the difference between Call and a Link?