Hello,
I am very new to SAS..I have an input file (mvs), vb lrecl =8192.
I need to read each record of the file, get the unique number 8 digits starting from position 101 of the file.
I have another file, fba lrecl = 133 . This file also has a list of unique numbers at position 3 of the file (ofcourse same 8 digits).
If the unique number of file1 is present in file2, then I have to update a particular position on file1 (say position 58 needs to be changed from 'A' to 'B'). How do I go about doing this?
Greatly appreciate, if someone can provide skeleton or sample for this?
Thanks
Kamur
I am very new to SAS..I have an input file (mvs), vb lrecl =8192.
I need to read each record of the file, get the unique number 8 digits starting from position 101 of the file.
I have another file, fba lrecl = 133 . This file also has a list of unique numbers at position 3 of the file (ofcourse same 8 digits).
If the unique number of file1 is present in file2, then I have to update a particular position on file1 (say position 58 needs to be changed from 'A' to 'B'). How do I go about doing this?
Greatly appreciate, if someone can provide skeleton or sample for this?
Thanks
Kamur