Showcase Strategy

nanda_raote

Active Member
Has anyone found a way to set up predefined Showcase Strategy queries and reports to be run from a JDE menu option, rather than being launched from the PC?

I would imagine that the Strategy definitions could be stored in the IFS, so all users worldwide could access a standard library of queries and reports. The Showcase programs would continue to be on the PCs but before I spend time experimenting how to set this up I'd welcome your input - both positive and negative, if appropriate.

Thanks
Nanda

A7.3.11 v4r5
 
Nanda,

You can invoke any PC program over AS400 using STRPCCMD (I had learn it in this list).

The right sintax is:

STRPCO
MONMSG MSGID(CPF0000 CPD0000 CPC0000 IWS0000)
STRPCCMD PCCMD('PC COMMAND') PAUSE(*NO)
MONMSG MSGID(CPF0000 CPD0000 CPC0000 IWS0000)

It must be part of a CL program. You can put it in a JDEdward´s menu easily.

R.P.G.
 
Hi RPG

So far so good - but how would the command then access a report definition held in the IFS?

Thanks
Nanda
 
Unless you are using a terminal client (Citrix).



Place your system configuration information in your signature!
 
Back
Top