Tuesday, April 19, 2011

Example of CONDENSE for removing spaces

Example of CONDENSE for removing spaces

Removing Spaces(CONDENSE)
* Condense
DATA: tmp(20)  VALUE  ‘I     am a      boy’.
CONDENSE  tmp.
CONDENSE  tmp  NO-GAPS.

output:

Iamaboy

1 comment:

  1. Hi Friends..

    I'm trying to print my Zreport (i.e. classic view) using zdevice type, it prints in condense mode where as the same report print in development its print without condense. I'm check all setting its same on both server i.e. development and production. Help me.

    ReplyDelete