Hello, this is Fuka-japan. I would like to perform analysis using the data merged by IEA IDB analyzer. However, when I load the generated data, it shows "No data available in table". What should I do? My code: /* Script created using the IEA IDB Analyzer (Version 4.0.44). */ /* Created on 2021/10/01 at 20:08. */ /* Press F8 to submit this analysis. */ /* This is where the macros are located */ %let mdir = /home/u59515621/IDB Analyzer Macros; /* This is where the data will be read from */ %let idir = /home/u59515621/Work; /* This is where the output will be saved */ %let odir = /home/u59515621/Work; /* DO NOT EDIT AFTER THIS */ options mrecall sasautos = (sasautos "&mdir"); %jb_reggp ( InDir = &idir , InFile = pattern3 , SelVar = , SelCrit = , OutDir = &odir , OutFile = test2 , CVar = IDCNTRY , NoMiss = Y , strctry = N , dvar0 = ASBGSCM , catvar = ACBGEAS ASBGEML ASBH21 ASBHAMS ASBHENA ASDHEDUP , codings = D D D D D D , ncats = 2 2 2 2 2 2 , RefCats = 1 1 1 1 1 1 , convar = , PVRoots = ASMMAT0 , PVTails = , rootpv = , tailpv = , shrtcut = N , npv = 5 , method = JRR , kfac = 0 , wgt = HOUWGT , rwgt = , nrwgt = 150 , jkz = JKZONE , jkr = JKREP , jk2type = FULL , stratvar = JKZONE , missing = listwise , newout = Y , qcstats = Y , Report = Y , intavg = Y , viewlbl = Y , ndec = 2 , viewcod = N , ViewPrgs = Y , clean = Y );
... View more