Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
約 15 の異なる Excel ファイルをマージして 1 つのデータセットを作成しようとしています。コーディングの変数が各ファイルで同じであることはわかっています。問題は、すべてのデータの開始行が各 xls で一貫していないことです。proc importファイルごとにインポートする特定の行を使用および識別する方法はありますか?
proc import
ありがとう!