I have a file it contain 10 records.i got abend at 8th record
because of soc7.how do you know that perticular record got
abend?
Answer Posted / rohan
we will use parm='test' while executing at that time we will know the location of the error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
what is the use of outrecord?
Why did you choose to work with ibm mainframe cobol programming?
) How do u handle errors in BMS macro
How to know whether the module is dynamical or statistical?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is length is cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write a program to explain size error.
What is the Purpose of Pointer in the string?
State the various causes of s0c1, s0c5 and s0c7.
What is a scope terminator give example?
Difference between cobol and cobol-ii?
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 do u write test cases?