wht is the difference between goto and perform stmts
Answer Posted / venu
in go to the control will be transferred to either forward
or backward.once u pick to forward it wont come backward.
only single iteration will be done in go to.
in perform the control transferred to both backward n
forwars also, here multiple iterations will be done.
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
What is the difference between Call and a Link?
Why did you choose to work with ibm mainframe cobol programming?
What is rmode(24)
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How many sections are there in data division in COBOL?
What is redefines clause in COBOL?
How arrays can be defined in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how to move the records from file to array table. give with code example
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 amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to remove 2 duplicate records and copy only one using job control language?