Hi All, Can you please help on below points. Your comments highly appreciated. 1. Using proc export xx.dat file is created and put into unix box. Post creating xx.dat file How to take record count and add this value to the first line in the xx.dat file using unix commands in sas program. 2. Using datastep reading data from yyy.csv file. The yyy.csv file having record count (already provided say RC=100000) in the first line. How to fetch that record count(RC) and check the record count is matched with the present total number of records the only create dataset from yyy.csv file otherwise raise an error.It should be done using unix commands in sas program.
... View more