Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dealing with old syntaxis coding.

Former Member
0 Likes
401

Hi folks!

I'm facing a little trouble trying to modify a program that it's a little old. By this what I mean is that by only switching to the modify view and verifying the code I already get syntaxis error because of statements like the following:

<b>SELECT SINGLE * FROM EBAN WHERE BANFN = ZEBAN-BANFN AND

BNFPO = ZEBAN-BNFPO.</b>

Where the INTO instruction is not found. My question here is do I need to modify and correct all this syntaxis error so I can continue, or I can leave this old and obsolote code and just insert what I need, and ignore the error messages related to the old code and activate the program?

Thanks in advance for your help.

Kind Regards,

Gilberto Li

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
380

No, you need to fix all syntax errors in order for the program to run. In this case, you can simply add this statement to the top of the program. It should fix that error.

Tables: EBAN.

Regards,

Rich Heilman

2 REPLIES 2
Read only

Former Member
0 Likes
380

hi,

I would modify and get the correct syntax

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
381

No, you need to fix all syntax errors in order for the program to run. In this case, you can simply add this statement to the top of the program. It should fix that error.

Tables: EBAN.

Regards,

Rich Heilman