what are the limitations of Inline Perform?
Answer Posted / guest
Inline Perform can not not be used more than once and has
to be coded twice if need be . This makes program lengthy
and repitative .
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is perform what is varying?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is amode(31)
What is the difference between structured cobol programming and object alternativelyiented cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is the difference between COBOL2 AND COBOL390?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are different data types in cobol?
Explain how you can characterize tables in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you reference the fixed block file formats from cobol programs