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.

Slides:



Advertisements
Similar presentations
State of Connecticut Core-CT Project Query 8 hrs Updated 6/06/2006.
Advertisements

Process Monitoring is only the first step in improving process efficiency.
CBO CNF Manual. About CBO  CBO extensive information of product.  Easy to understand interface so that anyone will be able to use it without major training.
Euro/File Demonstration Domino Software Limited. EURO/File EURO/FILE works on a very simple principle and requires four steps to perform a run: Define.
CIMS FMS. CIMS Navigation Tips Function keys Working with spool files/ jobs CIMS navigation.
Paperless Online Payroll, Integrated HR & Report Generating System.
Why python? Automate processes Batch programming Faster Open source Easy recognition of errors Good for data management What is python? Scripting programming.
1Key – Report Creation with DB2. DB2 Databases Create Domain for DB2 Test Demo.
1 of 20 Lot Attributes & Pallet Numbers / DA w1 Last updated: Lot Attributes & Pallet Numbers.
Software Delivery. Software Delivery Management  Managing Requirements and Changes  Managing Resources  Managing Configuration  Managing Defects 
The Audit System for TWS z/OS
Web based payroll No software installation Upgrades and maintenance provided for you Secure connection via 128 bit SSL encryption Available anywhere,
Chapter 3: System design. System design Creating system components Three primary components – designing data structure and content – create software –
Chapter 8 USING ACCOUNTING APPLICATIONS. Organization of Accounting Applications.
© 2005 by Prentice Hall Chapter 3c Designing Interfaces and Dialogues.
Processing Department Time Entry Human Resources.
Reporting in EMu Crystal != Reporting or Why is reporting so difficult and can we do anything about it? Bernard Marshall KE Software.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Jump-Start Embedded SQL into RPG Presented by: Robert Arce.
From VS C# 2010 Programming, John Allwork 1 VS2010 C# Programming - DB intro 1 Topics – Database Relational - linked tables SQL ADO.NET objects Referencing.
DCL - Digital Command Language Matthias Schmitt
PayDox Corporate Document Management System Rotech AB Interface Ltd Business Software Integration.
What is Sure BDCs? BDC stands for Batch Data Communication and is also known as Batch Input. It is a technique for mass input of data into SAP by simulating.
Millennium 3 Your Service Bureau Name & Logo Here.
Chapter To familiarize you with  Why COBOL is a popular business-oriented language.  Programming practices and techniques  History of COBOL.
Concepts of Database Management Seventh Edition
Web based payroll No software installation Upgrades and maintenance provided for you Secure connection via 128 bit SSL encryption Available anywhere,
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 3 Analyzing Data and Creating Reports.
Improving Efficiency of I/O Bound Systems More Memory, Better Caching Newer and Faster Disk Drives Set Object Access (SETOBJACC) Reorganize (RGZPFM) w/
ENCOMPASS High Volume Process Instructor: –Gerri Williams 8/17/2011.
SQL Server User Group Meeting Reporting Services Tips & Tricks Presented by Jason Buck of Custom Business Solutions.
Product Overview. Peter Martin Former Software Tools Consultant Extensive Experience with Legacy Systems Application Inventory & Analysis ‘Proto-typer’
A Skills Approach Access 2010 Getting Started with Access 2010 © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 1.
ENCOMPASS Voucher Build Process
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Copyright © 2010 Certification Partners, LLC -- All Rights Reserved Perl Specialist.
13-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
CPSC3111/CISM3111 COBOL Structured COBOL Programming Text: murach’s structured COBOL Authors: Murach, Prince, Menendez.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Lecture 31 Creating Executable Programs on the Mainframe Tuesday, January 20, 2009.
Millennium 3. System Specifications Microsoft Windows 32 bit software Microsoft SQL database.
] COREY PEARSON [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2008 CHAVONE JACOBS [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2003 ALLAN FISHER [ ASUG INSTALLATION.
Copyright © 2003 ProsoftTraining. All rights reserved. Perl Fundamentals.
13-1 Sequential File Processing Chapter Chapter Contents Overview of Sequential File Processing Sequential File Updating - Creating a New Master.
Software Development. Software Development Loop Design  Programmers need a solid foundation before they start coding anything  Understand the task.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 11 Understanding transaction managers on z/OS.
What’s New & What’s Coming Dawn Mihelich What’s New in A/P Easy A/P Check ACH Payments to Vendors Edit A/P Distribution Layout.
HORIZONT 1 XINFO ® The IT Information System How to use XINFO in Software Development HORIZONT Software for Datacenters Garmischer Str. 8 D München.
Our Programming and Batch Systems Company Name 1 |Copyright © Interskill Learning Pty Ltd 2011 – Commercial in Confidence z/OS Application Development.
COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
Davisware GlobalEdge 2008 Payroll Main Menu Time Entry and Payroll Processing.
Lecture 7 Conditional Scripting and Importing/Exporting.
CAA Database Overview Sinéad McCaffrey. Metadata ObservatoryExperiment Instrument Mission Dataset File.
HORIZONT XINFO – How to use XINFO in Development 1 HORIZONT XINFO – How to use XINFO in Development.
Scope - Goals AB Report Server database (DB) is what exactly? In Native mode the DB is actually 2 SQL Server DBs. In SharePoint mode it is a set of 3.
Presented by: Paytime Payroll Processing. No software installation Web based payroll Available anywhere, anytime Secure connection Upgrades and maintenance.
XINFO – How to use XINFO in Development
Ways in which ICT is used
XINFO – Eclipse RDz Plugin
FTLabelPrint a Product.
Integrating Word, Excel, and Access
NextGen Utility Billing
An Introduction to Structured Program Design in COBOL
Structured COBOL Programming
Iteration: Beyond the Basic PERFORM
EFCS I/O.
New Technologies for Storage and Display of Meteorological Data
Closing the Month in SAGE 300 CRE
Presentation transcript:

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

Report writer

The report

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

A quick and dirty report

Ad hoc report SCRIPT KEY1 8 C AMOUNT60 11 P 2 PRINT SELECT *

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

Data-Miner also speaks… SQL – SELECT (*) FROM PAYROLL WHERE SALARY >

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

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

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

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

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

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