1 / 14

DataMiner 7.0

Quick programming tool for SAM, VSAM & DB2 Detailed report writer Ad hoc reports File extracts On-line view & edit of CICS files & temp storage VSAM I/O driver module for user programs Multi-lingual. DataMiner 7.0. placeholder. Report writer. The report. Ad hoc reports.

allen-bruce
Télécharger la présentation

DataMiner 7.0

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Quick programming tool for SAM, VSAM & DB2 Detailed report writer Ad hoc reports File extracts On-line view & edit of CICS files & temp storage VSAM I/O driver module for user programs Multi-lingual DataMiner 7.0 placeholder

  2. Report writer

  3. The report

  4. Ad hoc reports • Automatic layout • Totalling & other calculations • Selected records • Key • Number of records • Field value • Comparison with previous records / running totals / work fields

  5. A quick and dirty report

  6. Ad hoc report SCRIPT • KEY 1 8 C • AMOUNT 60 11 P 2 • PRINT • SELECT *

  7. Record selection IF BALANCE < .01 BALANCE = 0 ELSE MULTIPLY BALANCE BY 1.02 ENDIF SKIP AMOUNT < 0 ONLY NAME = “HUGGINS” FIRST =20 LAST=200

  8. Data-Miner also speaks… • SQL • SELECT (*) FROM PAYROLL WHERE SALARY > 100000

  9. Data-Miner also speaks… • CA/Easytrieve • EXEC Data-Miner with your Easytrieve commands • Runs unmodified • Produces same output • Mix Data-Miner and Easytrieve commands in the same job • Mix DM & EZT parameters in the same command

  10. Data-Miner also speaks… • German • Even better than John Rankin! • Long command names • Could speak any language • Can mix German & English

  11. CICS Access • Read / write CICS VSAM files • Read / write temp storage queues • Updates are queued until you are ready

  12. VSAM Access module • Works in CICS & batch • COBOL, Assembler, PL/I, Natural, anything that can CALL • Functions include • FST,LST,NXT,PRV,GET • GGE,GEQ, • PRV,ADD,DEL,CLS • GTU,GEU,GGU,REL,RPL • No need to worry about wrong ACB /RPL OPTIONS!!

  13. Data-Miner Summary • Make VSAM easy to use • Simple upgrade from Easytrieve • Ad hoc reporting • Easy to upgrade from Easytrieve • File maintenance / copying / extracting • Get rid of Easytrieve • One-off or production work • File fixing • Easy to learn

  14. And did I mention…. • It is dead easy to upgrade to Data-Miner from Easytrieve.

More Related