What is the Purpose of POINTER Phrase in STRING command
Answer Posted / anshuman
The POINTER option can be used to count the number of
characters actually moved in to the receiving field.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is rmode(any) ?
What type of SDLC u followed? Why?
What are the different types of condition in cobol and write their forms.
In COBOL programming, what is PERFORM? What is VARYING?
Why would you use find and get rather than to obtain?
How do you differentiate between cobol and cobol-ii?
What is inspect in cobol ?
What is the local-storage section?
How do you reference the following file formats from cobol programs?
what is difference between cobol and cobol/400
Why did you choose to work with ibm mainframe 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 to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What kind of error is trapped by on size error option?