Hi, I need help in translating the below code from Oracle SQL code into SAS Proc SQL
nvl(a.gl_batch_no,0) <> 0
Replace the "<>" with the SAS mnemonic "ne" (not equals).
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.