Once a physical file has been created, how can data be loaded into it? zDFU zSQL zCopy File zWrite a program.

Slides:



Advertisements
Similar presentations
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Advertisements

Microsoft Access.
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
© Paradigm Publishing, Inc Access 2010 Level 1 Unit 2Creating Forms and Reports Chapter 6Creating Reports and Mailing Labels.
EndNote. What is EndNote:  EndNote is referencing software that enables you to create a database of references from your readings. Your database of references.
UNESCO ICTLIP Module 4. Lesson 3 Database Design, and Information Storage and Retrieval Lesson 3. Information storage and retrieval using WinISIS.
Query Manager. QM is a collection of tools you can use to obtain information from the AS/400 database Used to –select, arrange, and analyze information.
Access Tutorial 1 Creating a Database
Guide To UNIX Using Linux Third Edition
Tutorial 11: Connecting to External Data
1 Intro to the AS/400 Chapter 8 - Data File Utility Copyright 1999 by Janson Industries.
SQL Query Extras MIS 433. Rerunning the last Query n Type the forward slash “/” to rerun the last query that was entered.
Introduction to Query Part 2. Query Topics Joining Files Defining Result Fields Complex Record Selection Formatting Output Creating Reports Using Multiple.
Copyright 2000 All Rights Reserved Raz-Lee, Ltd. FileScope Tools Programmers Toolbox.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Mail Merge Mailing Labels using DSL Judy Meyer H/CCA Student Services.
Chapter Seven Advanced Shell Programming. 2 Lesson A Developing a Fully Featured Program.
Advanced Shell Programming. 2 Objectives Use techniques to ensure a script is employing the correct shell Set the default shell Configure Bash login and.
 View Ribbon, Document Views group, click “Print Layout”  Standard working view for print documents  Default view in Word 2010  Shows you how your.
HOW TO MAKE YOUR OWN POWERPOINT PRESENTATION WHAT TO DO FIRST zDzDouble click on the PowerPoint icon. zYzYou will see a page that looks like this:
Lesson No:9 MS-Word Tools, Mail Merge and working with Tables CHBT-01 Basic Micro process & Computer Operation.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 3 Analyzing Data and Creating Reports.
CSS/417 Introduction to Database Management Systems Workshop 2.
Office of Educational Technology School District of Philadelphia Introduction to Sites Google Sites This presentation is available at
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Analyzing Data Using Access. Creating a new database To create a new database 1.Start Access. In the Task Pane, click Blank Database. 2.The File New Database.
Element 6 Print word processingdocuments. LEARNING OUTCOMES 1. Preview document using print preview mode. 2. Correctly select basic print options. 3.
Introduction to Query Part 1. Query Overview Quick Utility Efficient Report Yes! Impress your manager!
® Microsoft Office 2013 Access Creating a Database.
What have we learned?. What is a database? An organized collection of related data.
EndNote. What is EndNote? EndNote is referencing software that enables you to create a database of references from your readings.
PsycINFO Storing search results: mail, print, export Library.
1 CSS/417 z zIntroduction to Database Management Systems Workshop 1.
Chapter 1: Overview of SAS System Basic Concepts of SAS System.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1, 2e PowerPoint Lecture to Accompany.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
B Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Working with PDF and eText Templates.
European Computer Driving Licence Module 3 – Word Processing Chapter 3.8 – Mail Merge.
 After completing this lesson, you will be able to:  Describe the page setup options.  Describe how to insert page numbers and page breaks in a document.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Tutorial 1 Creating a Database
How’s assignment 1 coming? Winter 2007
IBC233 Week 6.
Access Tutorial 1 Creating a Database
Analyzing Data Using Access
Tutorial 11: Connecting to External Data
Tips for Importing References from
Current outstanding balance
Access Creating a Database
Access Creating a Database
Access Maintaining and Querying a Database
Merging Word Documents
ORACLE SQL Developer & SQLPLUS Statements
Access Tutorial 1 Creating a Database
EndNote by: fatimah alotaibi.
Creating Database Reports
ACCESS CHAPTER 3 REVIEW QUESTIONS.
Lessons Vocabulary Access 2016.
New Perspectives on Windows XP
Views in Word 2010.
Access: Reports Participation Project
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Grauer and Barber Series Microsoft Access Chapter One
Grauer and Barber Series Microsoft Access Chapter Two
Analyzing Data Using Access
IBC233 Week 5.
Presentation transcript:

Once a physical file has been created, how can data be loaded into it? zDFU zSQL zCopy File zWrite a program

List all of the steps required to create a program described file and to put data into it. zUse the CRTPF command to create the file with a specific record length zUse a ‘Copy’ command to copy data into the file, or SQL, or write a program, or DFU.

Working with Query/400

Query/400 zReport Generator Tool zCreates objects with the type *QRYDFN

Query/400 does the following: zSelection and arrangement of records in a file zSelection and placement of fields zSpecification of report breaks zAbility to examine a report layout and preview a report zAbility to print a report based on the contents of one or more files without programming. zAbility to create a file based on the contents of one or more files without programming.

To access Query/400 use the commands: STRQRY or WRKQRY

Creating A Query zSelect option 1 from Work with Queries zEnter query name and library where it is to be stored zPress enter!

Defining the Query zYou are presented with a list of selections. Place a 1 in the opt field beside those you want to use. The only one you must choose is File Selection. zChoose other selections as needed for sorting, editing fields, selecting of records, defining new fields, selecting output type, etc.

Query Demo zSingle File zMultiple Files

Helpful Tips zRemember to hit ENTER after making your selections zUse the ampersand (&) to indicate a space in edit words zYou can use field names in text areas by specifying the field name with an & in front of it. Eg. &DEPT Totals would yield text of Accounting Totals if DEPT was Accounting

Creating a Permanent DFU zSTRDFU, option 2 to create a DFU zname the DFU and choose the file zdefine general information screen: accept defaults zdefine Audit control: accept defaults zwork with record formats: select format zselect and sequence fields zwork w/fields: select #2 to change headings, do editing, validation, etc

DFU demo