× 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.



Thanks Peter, and all,

I am so glad to have such a huge resource here on the Midrange lists...

Mike Wills
IT Corporate Support
MNWills@taylorcorp.com


-----Original Message-----
From: Peter Dow [mailto:pcdow@yahoo.com]
Sent: Tuesday, August 21, 2001 7:36 PM
To: midrange-l@midrange.com
Subject: Re: PDF file problems - Problem known!


Hi Mike,

Do you mean something like

    dcl A *char 10 value('A')
    dcl B *char 20 value('XYZ')
    dcl C *char 30

    chgvar &C (&A *CAT &B)     /* C = 'A         XYZ' */
    chgvar &C (&A *TCAT &B)    /* C = 'AXYZ' */
    chgvar &C (&A *BCAT &B)    /* C = 'A XYZ' */

*TCAT trims then concatenates;
*BCAT trims, then concatentates with 1 intervening blank.

hth,
Peter Dow
Dow Software Services, Inc.
909 425-0194 voice
909 425-0196 fax

----- Original Message -----
From: "Wills, Mike N. (TC)" <MNWills@taylorcorp.com>
To: <midrange-l@midrange.com>
Sent: Tuesday, August 21, 2001 2:37 PM
Subject: RE: PDF file problems - Problem known!


> Okay...for any of you here is what the problem truly is. On my CHGAUT
> command, the path _is_ incorrect. I run into that longer than 32
> character parm passed to a CL problem, so I have extra data bleeding
> into the field.
>
> What I am wondering now is, how can I join two CL variables together
> trimming out the extra spaces? I would like to avoid trimming all the
field
> sizes down if possible.
>
> Thanks for your help so far Peter.
>
> Mike Wills
> IT Corporate Support
> MNWills@taylorcorp.com
>
>
> -----Original Message-----
> From: Wills, Mike N. (TC) [mailto:MNWills@taylorcorp.com]
> Sent: Tuesday, August 21, 2001 1:17 PM
> To: 'midrange-l@midrange.com'
> Subject: RE: PDF file problems
>
>
> The reason for the second delay job was for troubleshooting, we
> thought
the
> file wasn't out on the IFS at that point. I am going to be monitoring
> the jobs next time they process it, hopefully we can find out why.
>
> Mike Wills
> IT Corporate Support
> MNWills@taylorcorp.com
>
>
> -----Original Message-----
> From: Peter Dow [mailto:pcdow@yahoo.com]
> Sent: Tuesday, August 21, 2001 12:45 PM
> To: midrange-l@midrange.com
> Subject: Re: PDF file problems
>
>
> Hi Mike,
>
> First, SPL2STMF runs interactively, so no need for the DLYJOB -- your
> program will not receive control until SPL2STMF is finished, one way
> or another.  SPL2STMF does not pass errors back up the line, it simply
ignores
> them, so you can't tell if it did what you expected or not.
> Personally,
I'd
> rather it simply let the error occur - makes it much easier to find
> the problem.
>
> Have you checked the job log yet when it fails?  The actual error
> should still show up there.
>
> _______________________________________________
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email: MIDRANGE-L@midrange.com To subscribe,
unsubscribe,
> or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
> or email: MIDRANGE-L-request@midrange.com
> _______________________________________________
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email: MIDRANGE-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
> or email: MIDRANGE-L-request@midrange.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe,
or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.