please help me out in solving below mentioned error. How can rectify this error. Even i tried ny mentioning RECFM=v and LRECL=256 in the statment.Still didn't work out. Please help out.
The only things I can suggest from what you show is to first verify that the file is actually in the folder and then open the file with a text editor such as Notepad and examine the contents.
If there isn't any actual content in the file then that's the problem to fix.
How does the file look when viewed with a text editor?
Does it have proper (for Windows) line-ending sequences?
Your code contains next line:
infile '...' dlm='09'x dsd firstobs=2;
Are you sure that the delimiter in the file is the tab character ('09'x) ?
Then you have:
input customer $10 month $ type amount;
Do you realy need the dsd option ? Is any variable may be missing having two tabs in sequence ?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.