100200 (this is number is there in my pdf file)
program;
data test;
in file "C:\Users\nares\Desktop\Program 1.txt";
input number;
run;
ERROR: Physical file does not exist, /home/u61142151/C:\Users\nares\Desktop\Program 1.txt.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.TEST may be incomplete. When this step was stopped there were 0 observations and 1 variables.
WARNING: Data set WORK.TEST was not replaced because this step was stopped.