Answer Posted / guest
scope terminators are mandatory for in-line performs and
evaluate.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What type of SDLC u followed? Why?
Which Search verb is equivalent to PERFORM…VARYING?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you differentiate between cobol and cobol-ii?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write the code implementing the perform … varying.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what happens if parmparameter passes zero bytes to the program
A table has two indexes defined. Which one will be used by the SEARCH?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Can we redefine the field of x(200) to less than 200?
What is the difference between Global and External Variables?
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.