Jim Essinger | 1 Aug 2007 01:17
Picon

Re: Tips for New WDSC Installations

I got used to using the alt + shift + Right or Left arrow to move code that
was highlighted right or left.  My first setup is to do;

a-page-Down   -------  scrollTop    <  Puts cursor line at top of screen
a-pageUp ------- scrollBottom   <  Puts cursor line at bottom of screen
a-s   --------  splitAndShift   <  splits line in the same position on new
line
a-s-left ------- blockShiftLeft   <  Shift marked text left
a-s-right ------- blockshiftRight   <  Shift marked text right
a-t ---------  scrollTop   <  Puts cursor line at top of screen
c-w --------  blockMarkWord   < select word at the cursor position
numpadEnter -------- openLine   <  COBOL makes numpad enter key like the
other

Jim Essinger

On 7/30/07, Jon Paris <Jon.Paris@...> wrote:
>
> Susan and I have just published our "Top 5" list of things we always do
> when
> installing a new copy of WDSC.  You can find it here:
> www.ibmsystemsmag.com/i5/enewsletterexclusive/15947p1.aspx
>
> Reason for mentioning it here is that:
>
> A) You might find it useful and
>
> B) We'd like to encourage other WDSC users to submit their own favorites
> to
> add to the list.  We'll be giving away a System i Developer polo shirt for
(Continue reading)

frank.broome | 1 Aug 2007 09:33

Re: WDSC/WDSC AE v7.0 Fix Pack 2 Interim fix 001 is now available


Thanks for the information!

I found out that the reason why IM didn't find the updates was because the
Http proxy settings was not set.

This is set like this:
In IM File/Preferences/Repositories/Http proxy
Check Enable proxy server
Enter proxy host and proxy port
Click Apply

Run the Update packages again.

/Frank

--

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

frank.broome | 1 Aug 2007 09:37

Re: WDSC/WDSC AE v7.0 Fix Pack 2 Interim fix 001 is nowavailable


Hi,

I also had problems getting the updates to work, but finally I resolved
this issue!

I found out that the reason why IM didn't find the updates was because the
Http proxy settings was not set.

This is set like this:
In Installation Manager go to File/Preferences/Repositories/Http proxy
Check Enable proxy server
Enter proxy host and proxy port
Click Apply

Run the Update packages again.

/Frank

--

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

AGlauser | 1 Aug 2007 14:35

Re: Tips for New WDSC Installations

> >>> AGlauser@...> 07/31/07 8:56 AM >>
> 
>  <snip>
> One of the first things I do when customizing a WDSC install is to set 
up 
> my pet keyboard shortcuts for the LPEX editor.  LPEX keyboard shortcuts 
> are set up in Preferences -> LPEX Editor -> User Key Actions.
> <snip>
> 2  Key:    Alt-Shift-S
>    Action: splitAndShift - similar to a 'normal' split (Alt-S), but 
> instead of the new line of text starting all the way to the left, spaces 

> are automatically inserted so the split text starts just below where it 
> was before.  I find this saves some time when splitting up long 
procedure 
> calls and other long lines.

Dave Boettcher wrote on 31/07/2007 16:44:39:

> Okay, the second suggestion sounded good, so I tried it. 
> On WDSC v7  Under >Windows >Preferences > LPEX Editor > User Key 
> Actions I added Alt-Shift-S for key and splitAndShift for Action, 
> clicked on Apply and then OK and then tried out hold Alt, press 
> shift press S and I nothing happens until I get out of the source I 
> see a message that Alt-Shift-S is not a valid action key.

Sorry - should have been more clear (and tested).  I had thought that if 
you pressed Alt+Shift+S when in the Key textbox it would fill in a-s-s for 
you, but I was wrong about that.  Anyway, even if that was true my 
instruction wasn't clear that the key combo should be pressed rather than 
(Continue reading)

Sarah Poger Gladstone | 1 Aug 2007 16:43

Re: Tips for New WDSC Installations

Here is what I do:

1) I set all my preferences the way I like. I set up my CVS repository.

2) I use the pulldown menu  "File--> Export --> General -->
Preferences" and choose to export all. I then choose the exported file
location as a shared mapped drive letter.

3) I import the preferences into all other workspaces that I use. I
use the pulldown menu "File --> Import --> General --> preferences"

4) I show my team members how to import the file so they do not have
to set up their own preferences.

On 7/30/07, Jon Paris <Jon.Paris@...> wrote:
> Susan and I have just published our "Top 5" list of things we always do when
> installing a new copy of WDSC.  You can find it here:
> www.ibmsystemsmag.com/i5/enewsletterexclusive/15947p1.aspx
>
> Reason for mentioning it here is that:
>
> A) You might find it useful and
>
> B) We'd like to encourage other WDSC users to submit their own favorites to
> add to the list.  We'll be giving away a System i Developer polo shirt for
> the best suggestion.
>
> Jon Paris
> Partner400
>
(Continue reading)

Jon Paris | 1 Aug 2007 20:08

Limit on number of parms in Web Service

Anyone know if there is a limit in the current web service generation wizard
that limits the number of parameters that can be passed?  

I have a customer trying to use a program that takes 52 parameters (yes
really) and it is blowing up with error messages that indicate that the pcml
can't be found.

Jon Paris
Partner400

www.Partner400.com

--

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

Faizulla Khan | 1 Aug 2007 20:23

Re: Limit on number of parms in Web Service

I usually create the PCML separately and put it in a shared folder on the
IFS. I then use the PCML to create the web service. Also, you may want to
put the parms in a data structure - that is easier to manipulate by the
consumer of the web service

BTW PCML cannot convert iSeries date fields - we convert them to 10 string
fields. If they have date fields on the parm list then the wizard is
probably unable to create the PCML.

Have them run the following on their ISeries  then you can look at the PCML
in the IFS.

CRTRPGMOD MODULE(mylib/ITIN)
          SRCFILE(mylib/QRPGLESRC)
          OPTION(*SHOWCPY)
          DBGVIEW(*ALL)
          BNDDIR(*LIBL/mybindingdir)
          PGMINFO(*PCML)
          INFOSTMF('/shares/mypcmls/this.pcml')

Regards
Faizulla Khan
Information Services
Grand Circle Travels
617-346-6058

                                                                           
             "Jon Paris"                                                   
             <Jon.Paris <at> Partne                                             
             r400.com>                                                  To 
(Continue reading)

Howard Lau | 1 Aug 2007 20:33
Picon

Re: Limit on number of parms in Web Service

If the program is a service program, the parameters limit is 7.  If the
program is *PGM object, then the limit is 35.

Howard Lau
IBM Toronto Lab

                                                                           
             "Jon Paris"                                                   
             <Jon.Paris <at> Partne                                             
             r400.com>                                                  To 
             Sent by:                  <wdsci-l@...>              
             wdsci-l-bounces <at> m                                          cc 
             idrange.com                                                   
                                                                   Subject 
                                       [WDSCI-L] Limit on number of parms  
             01/08/2007 02:08          in Web Service                      
             PM                                                            

                                                                           
             Please respond to                                             
                 Websphere                                                 
                Development                                                
             Studio Client for                                             
                  iSeries                                                  
             <wdsci-l <at> midrange                                             
                   .com>                                                   

Anyone know if there is a limit in the current web service generation
wizard
that limits the number of parameters that can be passed?
(Continue reading)

albartell | 1 Aug 2007 20:39
Picon

Re: Limit on number of parms in Web Service

Limitations of PCML that I have found (which makes it practically useless
unless you want to change the way you code RPG to facilitate the IBM Java
Toolbox):

1.  Pass-back parm must be an int (ouch)
2.  Doesn't support date or timestamp datatypes (ouch +1)
3.  Can't have more than seven (7) parms on the prototype (ouch + 1)
4.  Can't pass by value if there are more than four (4) bytes in a parameter
(ouch + 1) (need to verify this is the case with PCML, but it definitely the
case with ServiceProgramCall)

Ouch total=4

I haven't ever heard of why those limitations exist.  Anybody have an
answer?

HTH,
Aaron Bartell
http://mowyourlawn.com

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On
Behalf Of Jon Paris
Sent: Wednesday, August 01, 2007 1:08 PM
To: wdsci-l@...
Subject: [WDSCI-L] Limit on number of parms in Web Service

Anyone know if there is a limit in the current web service generation wizard
that limits the number of parameters that can be passed?  
(Continue reading)


Gmane