Questions tagged [netrexx]

NetRexx is a general-purpose programming language inspired by two very different programming languages, Rexx and Java™. It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntax taken directly from Rexx or its object-oriented version, Object Rexx. From Java it derives static typing, binary arithmetic, the object model, and exception handling.

2 questions
1
vote
1 answer

Why can't I access column data by integer from executeQuery obj?

I'm a two day newbie in both NetRexx and Java. I tried to modify the IBM red book examples to create a multi-threaded tcp server that executes SQL on a firebird database. The first attempt is here…
Graham Chiu
  • 4,856
  • 1
  • 23
  • 41
0
votes
1 answer

BPXWUNIX: not found error when trying to run Regina Rexx script

I have made a logfile reader in Java that is supposed to alert me via Xymon when more than 1 redis servers is down simultaneously. Now I am supposed to feed the output to Xymon via a Rexx script and I tried to do that by calling the command to run…
Misrr
  • 1