Getting error in sas di after extract transformation run with where filter and same in table loader also same. This is autogenerated code in di. plese find the logs and help me anything to do without manual.
... View more
Data ds; Infill datalines; Input id name$; Cards; 1 aa 2 bb 3 cc Run; required Output: 1 aa 1 aa 2 bb 2 bb 2 bb 3 cc 3 cc 3 cc 3 cc could you please help this .
... View more
There is no data found the variables to date1 and date2. Please help me in this. data below: 101 10Jun2020 . 101 . 11July2021 102 30May2020 . 102 . 10May2021
... View more