wht is the difference between goto and perform stmts
Answer Posted / jinna
Goto is unconditionally transferring the control elsewhere in the program but Perform is after execution the control return to statement
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the access modes of START statement?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How arrays can be defined in COBOL?
Write a program to explain size error.
What rules are followed by the search verb.
how do you reference the variable unblock file formats from cobol programs
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Give some examples of command terminators?
Write a cobol program making use of the redefine clause.
Name some of the examples of COBOl 11?
How do u write test cases?
What is comp-1 and comp-2?
What is the local-storage section?
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.