Can anyone please give the example of Inline Perform.
Answer Posted / nikhil
There is one special thing about inline performs - there
has to be a END-PERFORM associated with the perform
statement otherwise it will give compile error. I have
tried this as well.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
Can we redefine the field of x(200) to less than 200?
What are the pertinent COBOL
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In which area will you utilize 88 level items in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write a program to explain size error.
Give some examples of command terminators?
Discuss about changing dataset name in proc.
What is the compute verb? How is it used?
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 usage of comp fields in cobol?
What is redefines clause in COBOL?
) what is the difference between AID and HANDLE AID?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly