LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 12 Apr 2000 21:11:30 +0530
Reply-To:     subramaniam.baskaran@DB.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Baskaran Subramaniam <subramaniam.baskaran@DB.COM>
Subject:      Error in Counter
Content-type: text/plain; charset=us-ascii

I am running SAS Release 6.09 TS460 on an OS/390 mainframe. I have to map a multi structured i/p file to 2 o/p files based on an indentifier.

The problems being faced are

1. The counter for number of output records is not getting incremented, even though I have given a variable to be incremented by 1.

2. The numeric data is written as character to the output.. (for ex '090' is being written as ' 90'), I suppose this is due to the usage of PUT verb for writing to the o/p file, how do I avoid this...

3. I am unable to use debug option as I am getting the following error

ERROR: The DATA STEP windowing environment cannot be initialized due to a XU supervisor failure.

Could anybody throw some light on this Thanks, Baskar


Back to: Top of message | Previous page | Main SAS-L page