Bailey Paul | 1 Dec 2009 09:48

Re: hawkeye


Hi,

Frank Hildebrant put together a 5250 emulator plugin (TN5250J) that works within WDSC/RDi and within it
you can use a PDM option to open source in the LPEX editor. This isn't exactly what the OP was looking for, but
it covers some of the bases, I think.

http://www.taskforce-it.de/downloads.php

I must admit I have not used the plugin for a year, but it worked reasonably well and was well supported by
Frank back then.

Best regards,
Paul

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On Behalf Of Vern Hamberg
Sent: 30 November 2009 20:07
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] hawkeye

Yep, Eric

I realized that the Arcad 5250 wouldn't help this situation - but kept 
on typing anyhow.

:-)

DeLong, Eric wrote:
(Continue reading)

mailman | 1 Dec 2009 13:31

Guidelines for WDSCI-L mailing list

Monthly posting of the guidelines for participation in the Websphere
Development Studio Client and Rational Developer for i mailing list.

Keep to the subject.  The topic of the list is IBM's Websphere Development
Studio Client and Rational Developer for i.  This includes all aspects of
WDSCi / RDi.  Including, but not limited to: RSE, LPEX, Compiling,
Verification, EGL, Web development, Java development, and CODE/400.

Limited discussion of third party plug-in's is also allowed.  It is, 
however, recommend that questions about third party (non-IBM), non-open
source, plug-in's be directed to the vendor's technical support group.

Please be aware ... a number of IBM employees monitor this mailing list
and will offer help when possible.  Please keep in mind that the IBM'ers
participate in this list on their spare time and so may not be able to
respond promptly if at all.

When starting a new discussion thread, *PLEASE* try to avoid replying to
an existing message to get the correct email address.  When you reply to
an existing message, most email clients and the list archiving software
think that the new thread is part of the old thread, and will display it
as such.

When quoting messages, do not quote the entire message.  Just quote the
parts that are needed to make the appropriate references.

Flames are absolutely prohibited.  If you disagree with someone, feel
free to argue the facts, but no personal attacks will be tolerated.

The official language of the Midrange Systems Mailing List is English.
(Continue reading)

Wintermute, Sharon | 1 Dec 2009 15:23

Re: hawkeye

TN5250J does work well. I have had success converting green screen
programmers to WDSC with it.  

It got them started on using LPEX editor.  Then it was a matter of time
before they started using the rest of it. 

Sharon Wintermute

-----Original Message-----
From: wdsci-l-bounces@... [mailto:wdsci-l-bounces@...]
On Behalf Of Bailey Paul
Sent: Tuesday, December 01, 2009 2:48 AM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] hawkeye

Hi,

Frank Hildebrant put together a 5250 emulator plugin (TN5250J) that
works within WDSC/RDi and within it you can use a PDM option to open
source in the LPEX editor. This isn't exactly what the OP was looking
for, but it covers some of the bases, I think.

http://www.taskforce-it.de/downloads.php

I must admit I have not used the plugin for a year, but it worked
reasonably well and was well supported by Frank back then.

Best regards,
Paul

(Continue reading)

David Gibbs | 1 Dec 2009 16:16
Gravatar

Is there a trick to compiling RPG SQL programs in RDI?

I've made my first foray's into writing RPG SQL programs and found that RDi's support for them to be somewhat lacking.

When I compile the program, the error list points to the temporary source that the SQL pre-processor generated.

If I override the temporary source to a real source-pf, I can get the errors to display (more or less, as they
point to code that wasn't really written), but I also get a object lock error eventually (which I don't have
the details of at the moment).

Is there any trick to working with RPG SQL in RDi?

Thanks!

david

-- 
IBM i on Power Systems - For when you can't afford to be out of business
--

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

Christen, Duane | 1 Dec 2009 16:56
Favicon

Re: Is there a trick to compiling RPG SQL programs in RDI?

David;

First thing is to check if you are compiling in batch or interactive. Check the properties on the
connection, Sybsystems and uncheck the Compile in batch.

The compile will be done in the same job as your connection and thus the pre-compiler will put the temporary
source in its QTEMP lib and have access to it.

When you compile next time it should bring up the errors in the temporary source, which should be
un-editable, but you can then flip between the source and temporary to fix your errors.

Duane Christen

--

 	 	 	 	
 	 	Duane Christen
Senior Software Engineer
(319) 790-7162
Duane.Christen@...
	 	
Visit PAETEC.COM	  	
 	 	

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On Behalf Of David Gibbs
Sent: Tuesday, December 01, 2009 9:16 AM
To: Websphere Development Studio Client for iSeries
Subject: [WDSCI-L] Is there a trick to compiling RPG SQL programs in RDI?
(Continue reading)

Tyler, Matt | 1 Dec 2009 17:17
Favicon

Set the compile command for IFS .sqlrpgle, .clle, .dspf types

I was told that the newer versions of Lawson would need RDi to modify
Lawson programs because their user modifiable source now resides in the
IFS.

So, I put some source into my home folder and used WDSC 7.1 to edit and
compile with no problem, .rpgle source members.

I tried to compile .sqlrpgle, .clle and .dspf types but the compile
option is not available.   I cannot even add a compile command for the
type from the compile menu for these IFS types.  

Does someone know if there is a preference I can set to get these types
to compile from the IFS?

Thanks, Matt

--

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

Buck | 1 Dec 2009 18:02
Picon
Gravatar

Re: Is there a trick to compiling RPG SQL programs in RDI?

David Gibbs wrote:
> I've made my first foray's into writing RPG SQL programs and found that RDi's support for them to be
somewhat lacking.
> 
> When I compile the program, the error list points to the temporary source that the SQL pre-processor generated.
> 
> If I override the temporary source to a real source-pf, I can get the errors to display (more or less, as they
point to code that wasn't really written), but I also get a object lock error eventually (which I don't have
the details of at the moment).
> 
> Is there any trick to working with RPG SQL in RDi?

I'm on WDSC here but that seems to be about it:

CRTSQLRPGI OBJ(lib/pgm) SRCFILE(lib/QRPGLESRC) SRCMBR(pgm)
OBJTYPE(*MODULE) OPTION(*EVENTF *XREF) RPGPPOPT(*NONE) REPLACE(*YES)
TOSRCFILE(*CURLIB/QSQLTEMP1) COMPILEOPT('DBGVIEW(*LIST)')

When it compiles, I get a new editor tab with the errors.  I use Ctrl-.
to find the next error, then Ctrl-F6 to switch to the actual source I
can edit.  A lot.
  --buck
--

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

Justin Taylor | 1 Dec 2009 19:12
Favicon

Re: Is there a trick to compiling RPG SQL programs

I'm still using WDSc 7, but I just use Verify on SQLRPGLE source.

--

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

Gene Burns | 1 Dec 2009 19:00
Picon

Re: Is there a trick to compiling RPG SQL programs in RDI?

The easiest thing to change to get this to work without problems is to
create a copy of the QSQLTEMP1 source file in your development library.
Next, change your compile commands to point to this copy of the source
file:  TOSRCFILE(*CURLIB/QSQLTEMP1)
*CURLIB or your development library name will work.
This is where the pre-processor puts the temporary source that it generates,
and needs to use, to display any errors.

Gene

On Tue, Dec 1, 2009 at 9:16 AM, David Gibbs <david@...> wrote:

> I've made my first foray's into writing RPG SQL programs and found that
> RDi's support for them to be somewhat lacking.
>
> When I compile the program, the error list points to the temporary source
> that the SQL pre-processor generated.
>
> If I override the temporary source to a real source-pf, I can get the
> errors to display (more or less, as they point to code that wasn't really
> written), but I also get a object lock error eventually (which I don't have
> the details of at the moment).
>
> Is there any trick to working with RPG SQL in RDi?
>
> Thanks!
>
> david
>
> --
(Continue reading)

ssc1478 | 1 Dec 2009 19:49
Gravatar

Re: Is there a trick to compiling RPG SQL programs in RDI?

On Tue, Dec 1, 2009 at 1:00 PM, Gene Burns <burns.gene@...> wrote:
> The easiest thing to change to get this to work without problems is to
> create a copy of the QSQLTEMP1 source file in your development library.
> Next, change your compile commands to point to this copy of the source
> file:  TOSRCFILE(*CURLIB/QSQLTEMP1)
> *CURLIB or your development library name will work.
> This is where the pre-processor puts the temporary source that it generates,
> and needs to use, to display any errors.
>
> Gene
>

I like this!  Thanks.

I'm trying to cause an error that would require the temp member.  No
luck though, the error shows in the real source member.   I tried
misspelling keywords, files, removing commas, etc but always the error
displayed in the real source member.

I'm using 7.5 and V6R1.
--

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

(Continue reading)


Gmane