Jump to content

REXX Tips & Tricks:Troubleshooting: Difference between revisions

From EDM2
No edit summary
mNo edit summary
Line 10: Line 10:


'''Errors in OS/2 commands'''
'''Errors in OS/2 commands'''
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:CTRL-Break &OS/2 commands|REXX Tips & Tricks:General hints for OS/2 & DOS commands:CTRL-Break &OS/2 commands]]
http://www.edm2.com/index.php/
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:STDOUT / STDERR|REXX Tips & Tricks:General hints for OS/2 & DOS commands:STDOUT / STDERR]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#CTRL-Break_.26_OS.2F2_commands|CTRL-Break &OS/2 commands]]
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:Using PIPEs|REXX Tips & Tricks:General hints for OS/2 & DOS commands:Using PIPEs]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#STDOUT_.2F_STDERR|STDOUT / STDERR]]
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:The CMD command|REXX Tips & Tricks:General hints for OS/2 & DOS commands:The CMD command]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#Using_Pipes|Using PIPEs]]
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:The COPY command|REXX Tips & Tricks:General hints for OS/2 & DOS commands:The COPY command]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#The_CMD_command|The CMD command]]
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:Copying empty files|REXX Tips & Tricks:General hints for OS/2 & DOS commands:Copying empty files]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#The_COPY_command|The COPY command]]
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands:The XCOPY command|REXX Tips & Tricks:General hints for OS/2 & DOS commands:The XCOPY command]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#Copying_empty_files|Copying empty files]]
* [[REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#The_XCOPY_command|The XCOPY command]]


'''General REXX Errors'''
'''General REXX Errors'''

Revision as of 16:05, 14 December 2012

his section contains hints for some REXX errors, symptoms, and messages. Note that a lot of hints in this section are captured from CompuServe messages.

In addition to the tips mentioned below I suggest everyone having problems with REXX programs should get the new Object-Oriented REXX. Object-Oriented REXX has much more descriptive error messages and the documentation is better than the normal REXX online documentation.

Another good source for Troubleshooting information is the Common REXX Pitfalls page on the home page of Quercus Systems (see Internet - Web Pages)

Note that the information related to various APARs is included in the sections General hints for REXX, REXXUTIL functions and Change the WPS with REXX. See those sections for additionan information.

Here's a list of further sections in REXX Tips & Tricks with information about various errors:

Errors in OS/2 commands http://www.edm2.com/index.php/

General REXX Errors

Object REXX Errors

Errors in REXXUTIL functions

WPS related Errors


No light, no sound

RC = 1041 or RC = 1002

It runs, runs not, runs, runs not, ...

What the hell is he doing?

Haeaeh -- Syntax error?

2 + 2 = 5

DLL loading failed

SYS1801

REX0003: Program is unreadable

1 +++ @REXX g + ? OS / 2 REXXSAA 6.00 12 Jul 1995

Error: Failure during initialization

SYS0008

Example for the SYS0008 error

Workaround for the SYS0008 error

SYS0008 - 2 -

REXX programs without an extension

SYS0192 or SYS0008 using PIPEs

SYS0005: Access is denied

SYS0317: The system cannot find message 32799 in message file OSO001.MSG

EXPOSE does not work as expected