Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SUGNLNK

  1. SUGNLNK

    What the heck is wrong with my table script.

    RSUBMIT; OPTIONS COMPRESS=yes; LIBNAME FDCA 'FDCA2010$DISK:[ADCANFINAL.PROD]'; LIBNAME Ronia 'EVAL_QA:[R_CHAAR]'; PROC SQL; create table work.aoql as select a.lco, a.aa, sum(input(b.aa_totalrecs,1.)) as samplesize, sum(input(a.criterrct, 1.)) as add_criterr...

Part and Inventory Search

Back
Top