I have a point feature class and a line feature class; there is no common field between these two feature classes, but I need to extract points that on the line features and keep attributes from both of the feature classes. Any idea? Thanks so much.
If they are directly on the line I would use Intersect. An intersect with a large XY tolerance/resolution environment setting should work as well if they are a little off. Never tested that though.