dataminer 7.0

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 placeholder

Upload: haviva-ross

Post on 31-Dec-2015

26 views

Category:

Documents


0 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: DataMiner 7.0

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

placeholder

Page 2: DataMiner 7.0

Report writer

Page 3: DataMiner 7.0

The report

Page 4: DataMiner 7.0

Ad hoc reports

Automatic layout Totalling & other calculations Selected records

– Key– Number of records– Field value– Comparison with previous records / running totals / work

fields

Page 5: DataMiner 7.0

A quick and dirty report

Page 6: DataMiner 7.0

Ad hoc report SCRIPT

KEY 1 8 C AMOUNT 60 11 P 2 PRINT SELECT *

Page 7: DataMiner 7.0

Record selection

IF BALANCE < .01BALANCE = 0 ELSE MULTIPLY BALANCE BY 1.02 ENDIF

SKIP AMOUNT < 0ONLY NAME = “HUGGINS”FIRST =20 LAST=200

Page 8: DataMiner 7.0

Data-Miner also speaks…

SQL– SELECT (*) FROM PAYROLL WHERE SALARY

> 100000

Page 9: DataMiner 7.0

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

Page 10: DataMiner 7.0

Data-Miner also speaks…

German– Even better than John Rankin!– Long command names– Could speak any language– Can mix German & English

Page 11: DataMiner 7.0

CICS Access

Read / write CICS VSAM files Read / write temp storage queues Updates are queued until you are ready

Page 12: DataMiner 7.0

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

Page 13: DataMiner 7.0

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

Page 14: DataMiner 7.0

And did I mention….

It is dead easy to upgrade to Data-Miner from Easytrieve.