I am trying to remove double quotes from an input file's fields. I have also tried unsuccessfully to delete the header line.
Here is my code:
data all_tbls_temp ;
infile rsltin01 DLM=',' DSD TRUNCOVER;
input
@002 selauth $01.
@006 updauth $01.
@010 aix_in $08.
@021 tbl :$35.
;
aix =...
I have windows xp and have been using it over 1 year, however 3 days ago when I powered up it asks for a password when I select my user logo. I only have one user id established and it has never asked for a password before. I've tried all passwords I can think of but nothing works.
I cannot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.