× 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 forgot to mention that our CM plugin for RDP has a developer interface that provides a compile option that sets the appropriate library list and calls the appropriate compile command like the JDE one, so I don't run into that issue.
the main problem is the checkout is done from the SVR.

Arcad does have a freeware emulator that runs right in RDP so you don't even have to alt-tab (although some function keys are co-opted by RDP)
http://www.arcadsoftware.com/resource-center/software-downloads


Can't help with the JDE part of the question, but broadening it a bit,
creating a custom compile command is not hard. I think the only real
prerequisite is that it be a command, not a program call. Which might
mean that you'd need to create a *CMD on the IBM i.

But even if that sounds like too much work, I don't find Alt-tab to an
emulator session a reason to avoid RDp. After all, I need to go to the
emulator to test the change. Compiling from the green screen just
before the test isn't much of an addition to the workflow.

--buck


Jeffrey Tickner
Technical Resource
jtickner@xxxxxxxxxxxxxxxxx

Please only print this email if really necessary
1, Phoenix Mill Lane, Suite 203, Peterborough NH 03458 - USA
Tel. + 1 603 371 9074 ext 505
Toll. free +1 800 676 4709 ext 505
55, rue Adrastée - Parc Altais F-74650 CHAVANOD
Tel. +33 (0)4 50 57 83 96
Fax. +33 (0)4 50 57 52 79



***This e-mail and its attached documents are confidential and intended solely for the use of the addressee(s). ARCAD Software can in no way be held responsible for any damage resulting from an incident involving security, integrity, virus or transmission delay. As the integrity of this message cannot be guaranteed on Internet, the ARCAD Software company cannot be held responsible for its contents. Any unauthorized use or dissemination is prohibited.***



On Feb 20, 2013, at 4:45 PM, wdsci-l-request@xxxxxxxxxxxx wrote:

Send WDSCI-L mailing list submissions to
wdsci-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.midrange.com/mailman/listinfo/wdsci-l
or, via email, send a message with subject or body 'help' to
wdsci-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
wdsci-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WDSCI-L digest..."


*** NOTE: When replying to this digest message, PLEASE remove all text unrelated to your reply and change the subject line so it is meaningful.

Today's Topics:

1. Re: How to search for apostrophe in source (Jeff Young)
2. Re: RD Power 8.5.1 image on IBM SmartCloud Enterprise
(Anderson, Kurt)
3. Re: How to search for apostrophe in source
(MichaelQuigley@xxxxxxxxxx)
4. Re: How to search for apostrophe in source (Ken Killian)
5. Re: JDE world and RDP (Buck Calabro)


----------------------------------------------------------------------

message: 1
date: Wed, 20 Feb 2013 13:52:53 -0500
from: Jeff Young <jyoung0950@xxxxxxxxx>
subject: Re: [WDSCI-L] How to search for apostrophe in source

The rule for searching a string containing an apostrophe is to use 2 extra
for each open/close. So a search for '11' would be entered as '''11'''.


On Wed, Feb 20, 2013 at 1:40 PM, Ken Killian <kkillian@xxxxxxxxxxxx> wrote:

Basically the same as Find-String-PDM...
<grin>

FNDSTRPDM STRING('''11''') FILE(MyLibrary/QRPGLESRC) MBR(*ALL) OPTION(*DSP)

-Ken Killian-



-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of Hayes, Danny (MAN-Corporate-CON)
Sent: Wednesday, February 20, 2013 1:32 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for
System i & iSeries
Subject: Re: [WDSCI-L] How to search for apostrophe in source

Not 3 apostrophes a double quote and then a single quote on each side...
" ' 11 ' " .
But all 'squeezed together.

HTH,
Danny
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of Anderson, Kurt
Sent: Wednesday, February 20, 2013 1:21 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for
System i & iSeries
Subject: Re: [WDSCI-L] How to search for apostrophe in source

I had tried ''11'' though didn't try 3 apostrophes on each side.

Thanks, Ken

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of Ken Killian
Sent: Wednesday, February 20, 2013 12:00 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for
System i & iSeries
Subject: Re: [WDSCI-L] How to search for apostrophe in source

'''11'''

Use double quotes.

-Ken Killian-
(423) 510-3129


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of Anderson, Kurt
Sent: Wednesday, February 20, 2013 12:52 PM
To: 'Rational Developer for IBM i / Websphere Development Studio Client
for System i & iSeries (wdsci-l@xxxxxxxxxxxx)'
Subject: [WDSCI-L] How to search for apostrophe in source

I'm trying to run a RDP "IBM i Search" (using the Flashlight button) to
search for a value of '11'. Unfortunately, it seems to be stripping the
apostrophes off and is instead searching for 11. Is there a way to force
it to respect the apostrophes as I intend?

Thanks,

Kurt Anderson
Sr. Programmer/Analyst
CustomCall Data Systems, a division of Enghouse Systems Ltd.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.



--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.




--
Jeff Young
Sr. Programmer Analyst


------------------------------

message: 2
date: Wed, 20 Feb 2013 20:42:04 +0000
from: "Anderson, Kurt" <KAnderson@xxxxxxxxxxxx>
subject: Re: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud
Enterprise

BYOL - Bring Your Own License?

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Eric Simpson
Sent: Wednesday, February 20, 2013 11:26 AM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud Enterprise


Paul,

You would use the RD Power instance to connect to your IBM i machine. I do not know of IBM offering IBM i in the cloud (http://www-935.ibm.com/services/us/en/managed-cloud-hosting/ lists Windows, Red Hat, AIX, and z/OS) but if a different company did you could connect to it.

In IBM SmartCloud Enterprise, the RD Power image is called 'IBM Rational Developer for Power Systems Software 8.5.1 - BYOL'.

Thanks,
Eric

Eric Simpson
Rational Developer for Power Systems Software IBM Software Group - IBM Toronto Lab
Phone: 905-413-3226 (Internal: 313-3226)
Email: esimpson@xxxxxxxxxx



|------------>
| From: |
|------------>
-----------------------------------------------------------------------------------------------------------------------------------------|
|Paul Bailey <PaulBailey@xxxxxxxxxx> |
-----------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To: |
|------------>
-----------------------------------------------------------------------------------------------------------------------------------------|
|Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx> |
-----------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date: |
|------------>
-----------------------------------------------------------------------------------------------------------------------------------------|
|02/20/2013 04:02 AM |
-----------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject: |
|------------>
-----------------------------------------------------------------------------------------------------------------------------------------|
|Re: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud Enterprise |
-----------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Sent by: |
|------------>
-----------------------------------------------------------------------------------------------------------------------------------------|
|wdsci-l-bounces@xxxxxxxxxxxx |
-----------------------------------------------------------------------------------------------------------------------------------------|





Thanks Eric,

I must be a little dense as it still took me quite a while to find what you were talking about. In case it is not just me, the relevant information is under the "Trials and Demos" link, then in the centre of the page are the "Evaluate, Buy and Support" tabs, and on the Evaluate tab there are "Download, Sandbox and Cloud" tabs. (Not exactly front and centre, is it?)

Can I use this cloud option for RDP to work with my own (local) iSeries machine, or do I need to have an iSeries setup in the SmartCloud as well?
(In which case, what machine option do I need to select when signing up for SmartCloud? I couldn't find any "IBM i", "AS400", "iSeries", "RDP", "Rational Developer for Power Systems", or "System i" options in the list of potential virtual machines.)

I only ask as we might be interested, but I can't go to management with the information I have so far as I can't even tell what is possible.


-Paul


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Eric Simpson
Sent: 19 February 2013 16:25
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud Enterprise


Paul,

On the RD Power Downloads page, there is now a 'Cloud' tab.

http://www.ibm.com/developerworks/downloads/r/rdp/cloud.html

With IBM SmartCloud Enterprise, you can have a virtual machine provisioned with RD Power 8.5.1 already installed for you.

Thanks,
Eric

Eric Simpson
Rational Developer for Power Systems Software IBM Software Group - IBM Toronto Lab
Phone: 905-413-3226 (Internal: 313-3226)
Email: esimpson@xxxxxxxxxx



|------------>
| From: |
|------------>

-------------------------------------------------------------------------------------------------------------------------------------------|

|Paul Bailey <PaulBailey@xxxxxxxxxx>
|

-------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| To: |
|------------>

-------------------------------------------------------------------------------------------------------------------------------------------|

|Rational Developer for IBM i / Websphere Development Studio Client for
System i & iSeries <wdsci-l@xxxxxxxxxxxx> |

-------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Date: |
|------------>

-------------------------------------------------------------------------------------------------------------------------------------------|

|02/19/2013 11:16 AM
|

-------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Subject: |
|------------>

-------------------------------------------------------------------------------------------------------------------------------------------|

|Re: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud Enterprise
|

-------------------------------------------------------------------------------------------------------------------------------------------|

|------------>
| Sent by: |
|------------>

-------------------------------------------------------------------------------------------------------------------------------------------|

|wdsci-l-bounces@xxxxxxxxxxxx
|

-------------------------------------------------------------------------------------------------------------------------------------------|







Hi Eric,

I had a look, but after a few clicks it just took me to the RDP download page on the IBM site. I already knew how to get there, so what difference does being "in the cloud" make?


-Paul.


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Eric Simpson
Sent: 19 February 2013 14:28
To: wdsci-l@xxxxxxxxxxxx
Subject: [WDSCI-L] RD Power 8.5.1 image on IBM SmartCloud Enterprise



RD Power is now in the cloud!

https://www.ibm.com/developerworks/mydeveloperworks/blogs/49773f8f-a20d-4816-86f2-44a2d862dbc1/entry/rd_power_8_5_1_image_available_on_ibm_smartcloud_enterprise5?lang=en




Eric Simpson
Rational Developer for Power Systems Software IBM Software Group - IBM Toronto Lab
Phone: 905-413-3226 (Internal: 313-3226)
Email: esimpson@xxxxxxxxxx
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.

Scanned by MailDefender - managed email security from intY - www.maildefender.net

Important, this email transmission and any files with it are strictly confidential to the intended recipient and may be legally privileged. Any views or opinions presented are solely those of the author and do not necessarily represent those of BHSF. If you are not the intended recipient, you must not copy, disclose or distribute its contents in any way. If you have received this e-mail in error, please notify the sender and delete the e-mail from your system.

We have taken steps to ensure this email and attachments are free from any virus but do not accept any responsibility once this e-mail has been transmitted. You should scan any attachments for viruses. No contract may be concluded on behalf of BHSF Limited by e-mail.

Registered Office: BHSF Limited, Gamgee House, 2 Darnley Road, Birmingham,
B16 8TE. www.bhsf.co.uk Registered in England number 35500. BHSF is authorised and regulated by the Financial Services Authority.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.




Scanned by MailDefender - managed email security from intY - www.maildefender.net

Important, this email transmission and any files with it are strictly confidential to the intended recipient and may be legally privileged. Any views or opinions presented are solely those of the author and do not necessarily represent those of BHSF. If you are not the intended recipient, you must not copy, disclose or distribute its contents in any way. If you have received this e-mail in error, please notify the sender and delete the e-mail from your system.

We have taken steps to ensure this email and attachments are free from any virus but do not accept any responsibility once this e-mail has been transmitted. You should scan any attachments for viruses. No contract may be concluded on behalf of BHSF Limited by e-mail.

Registered Office: BHSF Limited, Gamgee House, 2 Darnley Road, Birmingham,
B16 8TE. www.bhsf.co.uk Registered in England number 35500. BHSF is authorised and regulated by the Financial Services Authority.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.




------------------------------

message: 3
date: Wed, 20 Feb 2013 16:20:49 -0500
from: MichaelQuigley@xxxxxxxxxx
subject: Re: [WDSCI-L] How to search for apostrophe in source

If you check the job where the search runs, it actually is performing a
'FNDSTRPDM' command. It supplies *EVENTF in the options and that's how it
communicates with RDP.

wdsci-l-bounces@xxxxxxxxxxxx wrote on 02/20/2013 01:43:11 PM:

----- Message from Ken Killian <kkillian@xxxxxxxxxxxx> on Wed, 20
Feb 2013 18:40:28 +0000 -----

To:

"Rational Developer for IBM i / Websphere Development Studio Client
for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>

Subject:

Re: [WDSCI-L] How to search for apostrophe in source

Basically the same as Find-String-PDM...
<grin>

FNDSTRPDM STRING('''11''') FILE(MyLibrary/QRPGLESRC) MBR(*ALL)
OPTION(*DSP)

-Ken Killian-


------------------------------

message: 4
date: Wed, 20 Feb 2013 21:29:05 +0000
from: Ken Killian <kkillian@xxxxxxxxxxxx>
subject: Re: [WDSCI-L] How to search for apostrophe in source

Cool, opened up the Command-Log view, and it showed that!

FNDSTRPDM STRING('''11''') FILE(MYLIBR/QRPGLESRC) MBR(*ALL) OPTION(*NONE) COL(1 *RCDLEN) CASE(*IGNORE) PRTRCDS(*ALL *CHAR) PARM(*EVENTF)

I never thought to look at the command-Log, when doing the search...
<grin>

-Ken Killian-
(423) 510-3129

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of MichaelQuigley@xxxxxxxxxx
Sent: Wednesday, February 20, 2013 4:21 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] How to search for apostrophe in source

If you check the job where the search runs, it actually is performing a 'FNDSTRPDM' command. It supplies *EVENTF in the options and that's how it communicates with RDP.

wdsci-l-bounces@xxxxxxxxxxxx wrote on 02/20/2013 01:43:11 PM:

----- Message from Ken Killian <kkillian@xxxxxxxxxxxx> on Wed, 20 Feb
2013 18:40:28 +0000 -----

To:

"Rational Developer for IBM i / Websphere Development Studio Client
for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>

Subject:

Re: [WDSCI-L] How to search for apostrophe in source

Basically the same as Find-String-PDM...
<grin>

FNDSTRPDM STRING('''11''') FILE(MyLibrary/QRPGLESRC) MBR(*ALL)
OPTION(*DSP)

-Ken Killian-
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.


------------------------------

message: 5
date: Wed, 20 Feb 2013 16:45:04 -0500
from: Buck Calabro <kc2hiz@xxxxxxxxx>
subject: Re: [WDSCI-L] JDE world and RDP

On 2/19/2013 5:36 PM, Tom Duncan wrote:
We are running JDE World 9.2 (possibly going to 9.3) and would like to
migrate from SEU to Rational (RDP/RDG). Has anyone who has done this give
me a list of things that are impacted and need to be addressed to make
this transition ?

Can't help with the JDE part of the question, but broadening it a bit,
creating a custom compile command is not hard. I think the only real
prerequisite is that it be a command, not a program call. Which might
mean that you'd need to create a *CMD on the IBM i.

But even if that sounds like too much work, I don't find Alt-tab to an
emulator session a reason to avoid RDp. After all, I need to go to the
emulator to test the change. Compiling from the green screen just
before the test isn't much of an addition to the workflow.

--buck


------------------------------

--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) digest list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.


End of WDSCI-L Digest, Vol 11, Issue 67
***************************************


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.