| in this issue |
 |
 |
Tech Corner: Professional new look for Java apps
Delicious way to speed kitchen productivity
Hotline Question of the Month
mrc: New & Improved
|
| Tech Corner: Professional new look for Java apps |
 |
 With the new look we shipped last month, we have some documentation that
shows you how to do some cool new things including:
1. Creating a different look for each data dictionary.
2. Generating an application which automatically imports your own look.
Click here to learn more»
|
| Delicious way to speed kitchen productivity |
 |
With the holiday season upon us and holiday parties, office potlucks, and family gatherings to look forward to...it's easy to find yourself in the kitchen over a hot stove creating a dish to pass.
Here is a quick and easy (and unapologetically decadent) favorite family recipe, from the mrc family to yours. Happy Holidays!
Find it here.
|
| Hotline Question of the Month |
 |
I am creating a PDF report using the MRCRPTSND command. This report is built over several Summary files, so I've written a CL program to submit them all.
The CL first submits the Summaries using the MRCBCH command, and then I use the MRCRPTSND command to generate the report. However, when the MRCRPTSND finishes, the report is missing data.
After further examination of the job log, it shows that the batch program ends AFTER the report has been e-mailed.
Below is my CL program, what am I doing wrong?
PGM
MRCBCH BCHNUM(100) DCTLIB(MRCPRD) PROFILE(SEANC) +
JOBQ(BATCH5) JOBD(MRCJOBD) OUTQ(*RPT)
MRCRPTSND RPTNUM(1000) DCTLIB(MRCPRD) FORMAT(PDF) +
EMAILSBJ('REPORT BI-MONTHLY') +
EMAILADD(yyyyyy@mrc.com)
SAVESPLF(N) RECMP(N)
ENDPGM
Read on »
|
| New and Improved: mrc (Customers Only) |
 |
Because technology changes at such a fast pace, this newsletter feature has been added to keep our customers abreast of the latest updates/modifications to the mrc-Productivity Series.
This section is for customers only and is password-protected.
This month's featured updates:
- Improved XML output on Web/Servlet (Java-based)reports
- Improved security on Web/Servlet (Java-based) applications that are moved to a WebSphere directory upon completion
- Many improved capabilities for SmartLinked retrieval applications and those written over large files.
Get to the updates»
|
|
|