Visualizzazione post con etichetta Integrazione AS400. Mostra tutti i post
Visualizzazione post con etichetta Integrazione AS400. Mostra tutti i post

martedì 17 maggio 2011

Integrazione di Excel e Word con il Database AS400

Ho trovato una notizia interessante (in Inglese) su SystemINetwork e l' ho copiata per vostra informazione

System iNetwork eLearning

NEW ELEARNING FROM SYSTEM iNETWORK



Microsoft Excel and Word for IBM i Developers

Thursday, June 9, 2011
Craig Pelkie, InstructorLearning how to integrate Excel and Word with your IBM i database is one of the quickest and most appreciated ways to modernize your users' access to your IBM i. Rather than have users struggle with making database connections, you can give them prepackaged Excel and Word documents that provide the exact access they need to your IBM i.

Join Craig Pelkie for this in-depth eLearning course, and you'll learn techniques to integrate these Microsoft Office applications with your IBM i database.

This eLearning course meets at 3:30 p.m. ET on Thursdays for five sessions starting June 9th.

Register today!

About the instructor:
Craig Pelkie has worked as a programmer with IBM midrange computers for many years. He has also written and lectured extensively on AS/400 and iSeries technologies, including client/server programming, Client Access, Java, WebSphere and Web development.

.

L' Inglese e chiaramente molto importante per persone che lavorano in ambiente IT. Se volete migliorarlo trovere risorse utili a:

==> http://englishsurvivalkit.blogspot.com/

mercoledì 27 ottobre 2010

AS400 DSTDTA ora supporta SQL STRINGS per estrarre dati

Avete mai desiderato di estrarre dati dall' IBM i/AS400 usando SQL e quindi spedirli a qualcuno tramite email in formato Excel ?

Ora potete farlo… con un solo comando IBM i senza alcun utilizzo del CL.

Ho aggiunta una nuova funzione al PROJEX400 - al comando Distribute Data in modo che ora potete estrarre dati tramite SQL e spedirli nei formati TXT, CSV, XML o PDF tramite EMAIL.

dspdta per inviare dati AS400 in formato Excel

Un importante modo di risparmiare tempo che ho tenuto per molti anni nella mia lista delle cose da fare (my wish-list).

Esempio:

DSTDTA FILE(CSP20) DATA(*SQL) DATASQL('select * from CSP20 where CONO20 = ''??'' and PSTD20 between 1061001 and 1101022') METHOD(*EMAIL) TYPE(*XML) EMAIL(*prompt) INSERT(*LINK) SUBJECT('Here is the spreadsheet for data range 10/01/2010 thru 10/22/2010') IFSDIR(*USER) IFSDOC('CSP20 Spreadsheet') STAMP(*YES)

Il comando crea uno spreadsheet nell' IFS chiamato /home/nlitten/csp20spreadsheet[10-26-2010_08.34.06].csv e ne spedisce il link a me tramite email.

E' un risultato molto bello che spero aiuti qualcuno.



Questa notizia interessante e' stata pubblicata in Inglese a: http://www.projex.com