× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I would have to look back to see how I am calling them. I thought they were
all called via external stored procedure.

--
Mike Wills
http://mikewills.me


On Wed, Dec 21, 2011 at 4:04 PM, <rob@xxxxxxxxx> wrote:

Use RQSDTA instead of CMD on SBMJOB? I believe the S/38 didn't have CMD,
only RQSDTA. But the closest I got to S/38 was "S/38 Fundamentals" and
geezer talk on this list.

Newer option was to use a command instead of using CALL in SBMJOB's CMD
parameter.


Rob Berendt
--
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





From: Mike Wills <mike@xxxxxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>,
Date: 12/21/2011 05:01 PM
Subject: Re: Is hex 00000 in a string field equal to null?
Sent by: midrange-l-bounces@xxxxxxxxxxxx



Yep, the information I see is classic problem. Just have to figure out a
fix.
--
Mike Wills
http://mikewills.me


On Wed, Dec 21, 2011 at 3:28 PM, Joe Pluta
<joepluta@xxxxxxxxxxxxxxxxx>wrote:

I think you mean 32-character, and the only problem there is that if you
call a program with parms longer than 32 characters from a command line
and don't pass all the data, the part after 32 characters gets random
garbage (not blanks). Typically this doesn't affect anyone, but it does
cause a problem when you try to format a string to call either from
QCMDEXC or from a SBMJOB.

Joe

Thanks! The bug showed up again today, so I tried the replace. It
worked
perfectly! Now to figure out the damn bug. I am sure it has to do with
the
36 character limit on RPG parameters. I'll probably remove the RPG
from
the
picture to see if that resolves it.



On Fri, Dec 9, 2011 at 10:32 AM, Mark Murphy/STAR BASE Consulting
Inc.<
mmurphy@xxxxxxxxxxxxxxx> wrote:

no need to go through all those gyrations, a single built-in will do
the
job

REPLACE(field, x'00', ' ')

will do the trick.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.