Or start by correcting the most obvious syntax errors:
Has variable name CONTI_CARD_FALG been misspelled in the dataset CCARDDB.CCM_EXPD_CARD_SNAP_M_20150131?
You have to provide more information than this. Does your code produce an error? Where does your code act differently than you expect?
Please start by posting code as actual text, using a code window - its the {i} above post area. Secondly please post the log showing the error/warning you are inquiring about, and the code that is run as part of the log.
Or start by correcting the most obvious syntax errors:
Has variable name CONTI_CARD_FALG been misspelled in the dataset CCARDDB.CCM_EXPD_CARD_SNAP_M_20150131?
In addition to @FreelanceReinh's suggestions I think you need to look very closely at your double quote characters. For example the quotes around ACCT appear to be word processor quotes and not programming quotes that look like:
HH.DEFINEKEY("ACCT");
If someone copies code from the internet or a work processor document sometimes you have "smart quotes" or similar characters instead of the ones that the program syntax parser expects.
ALL of those quotes need to be " characters.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.