Answer Posted / sruthi
Hi,
we can't use GO TO statement in in-line perform.goto
should be used with in the range of paragrafhs being
executed.
in-line syn is, perform--- end-perform.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
How many sections are there in data division in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to know whether the module is dynamical or statistical?
Write down the divisions of cobol program?
How do define dynamic array in cobol.
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.
HOw can I get the negative sign while deduct high value from low value
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you reference the variable block file formats from cobol programs
How do we get current date from system with century in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?