Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wotsinaname

  1. wotsinaname

    Removing spaces form a Message

    @mikrom: you're right of course. INSPECT ... REPLACING cannot be used in this case.
  2. wotsinaname

    Removing spaces form a Message

    ...or have a look at the INSPECT statement to replace two spaces by one. If you want to replace multiple spaces by one you could use INSPECT in a loop.
  3. wotsinaname

    Cobol line number

    For debugging, the are two possibilities: 1. If you are actually debugging, use a proper debugging tool (obviously) or, if you don't have one, add debugging code to your source (look in the manuals how to do this). Simply adding DISPLAY statements and later removing them also works, of course...
  4. wotsinaname

    Cobol line number

    I've been working with IBM COBOL for more than 15 years now, and I've never seen it. So I think the answer must be no.
  5. wotsinaname

    Cobol Execution Issues

    I don't know Fujitsu Cobol but most of the time you need to tell the runtime environment which files to access. It appears that Fujitsu Cobol expects an 'allocation file' which should contain that info. Perhaps the Runtime Environment Setup dialog box is the place to tell the runtime...

Part and Inventory Search

Back
Top