2007 Aug 09 6:40 PM
what is a SLIN ? why r u using this ?explian plzzzz?
Hi ,
Slin is use to chek for the errors . After completing your code u need to chek it with slin .
When u execute it in slin It should show all zeros in errors , warnings and message .
If their are errors it will display 1 . when you double click it . It will take you to the error location .
It is done with performance point of view .
Foe examples a condition like :
You are accessing table without giving key fields in the select statement it will show error because accessing atble without without key will will cause performance problems .
you are declaring a variable but not using it . It wiull show message for that also .
Regards
2007 Aug 09 6:44 PM
2007 Aug 10 5:28 AM
SLIN is T.code For extended program check.......
Use
You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.
Procedure
Regards,
Bhaskar
2007 Aug 10 7:54 AM
Good luck on your job interview.
2007 Aug 10 12:24 PM
Hi ,
Slin is use to chek for the errors . After completing your code u need to chek it with slin .
When u execute it in slin It should show all zeros in errors , warnings and message .
If their are errors it will display 1 . when you double click it . It will take you to the error location .
It is done with performance point of view .
Foe examples a condition like :
You are accessing table without giving key fields in the select statement it will show error because accessing atble without without key will will cause performance problems .
you are declaring a variable but not using it . It wiull show message for that also .
Regards
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |