Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for SAS
  3. Installation and Configuration
  4. Working with SAS Sources
  5. Working with SAS Targets
  6. Working with SAS Sessions
  7. Appendix A: SAS Datatype Reference
  8. Appendix B: SPI Server Configuration Parameters
  9. Appendix C: Error Messages

PowerExchange for SAS User Guide for PowerCenter

PowerExchange for SAS User Guide for PowerCenter

Reading SAS Character Columns with Binary Zeros

Reading SAS Character Columns with Binary Zeros

SAS allows the binary zero bytes inside character columns but PowerCenter do not allow characters with the binary zeros. You can replace the binary zeros with NULL characters before passing the data to PowerCenter.
To replace the binary zeros by NULL character, assign the macro variable
CHCKNLLS
in the SAS autoexec file.
Add the following line in the SAS autoexec file:
%let CHCKNLLS=YES;

0 COMMENTS

We’d like to hear from you!