View previous topic :: View next topic
|
Author |
Message |
sivasaras
New User
Joined: 29 Sep 2007 Posts: 93 Location: chenna/i-
|
|
|
|
My requirement to match a account number from input file and match that acct no in a table when both acct no match in 2 tables the person name will write to a file and if acct no is character no need to go to table fetch. I have give a if condition like if acct no character open cursor para else go to read file but it is not going correctly |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
Quote: |
My requirement to match a account number from input file and match that acct no in a table when both acct no match in 2 tables the person name will write to a file and if acct no is character no need to go to table fetch. I have give a if condition like if acct no character open cursor para else go to read file but it is not going correctly |
do you really think that anybody will reply to such a sloppy description of Your problem
remember ...
we reply on our own time, and we do not like to waste it |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
Quote: |
not going correctly |
How is it "not going correctly"? In which part of your program is it "not going correctly"? Show the relevant code (making sure that you use the code tags to display the code nicely) and also describe the steps that you have taken to analyse the problem. |
|
Back to top |
|
|
sivasaras
New User
Joined: 29 Sep 2007 Posts: 93 Location: chenna/i-
|
|
|
|
If acct no = number perform open cursor else perform read file endif but when I use this only last record it write then exit or else go into loop |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
No code tags used and no relevant code shown as requested. This person does not want to be helped. Topic locked. |
|
Back to top |
|
|
|