BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Nasya
Obsidian | Level 7

Hi,

 

In an example, if the production programmer has a count of 75 and a validator programmer has a count of 76. What are the ways to handle this or how to check the which count is right? This is in generic sense.

Any inputs are appreciated.

Thank you,

 

Regards,

Nasya

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Generically, you need to actually look at the data being used (open the SAS data sets and see with your own eyes what is in there), and try to determine why there is a difference.

 

Additional debugging steps: if your code has multiple PROCs or multiple DATA steps, or a combination thereof, then look at the outputs from each PROC or DATA step to see if you can identify where the error is happening.

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

Generically, you need to actually look at the data being used (open the SAS data sets and see with your own eyes what is in there), and try to determine why there is a difference.

 

Additional debugging steps: if your code has multiple PROCs or multiple DATA steps, or a combination thereof, then look at the outputs from each PROC or DATA step to see if you can identify where the error is happening.

--
Paige Miller

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 777 views
  • 1 like
  • 2 in conversation