RPG/400 Tables. Tables Contains related or similar data –Same data format Organized in columns and rows Uses: –Validation –Decoding.

Slides:



Advertisements
Similar presentations
If Statements, Try Catch and Validation. The main statement used in C# for making decisions depending on different conditions is called the If statement.
Advertisements

Programming Types of Testing.
Coolaid: Debugging Compilers with Untrusted Code Verification Bor-Yuh Evan Chang with George Necula, Robert Schneck, and Kun Gao May 14, 2003 OSQ Retreat.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Data Manager Best Practices Business Intelligence Solutions.
1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches.
2015/6/301 TransCAD Managing Data Tables. 2015/6/302 Create a New Table.
1 times table 2 times table 3 times table 4 times table 5 times table
4-6 3x3 Matrices, Determinants, & Inverses
 Created modern periodic table (late 1800’s)  Arranged by increasing atomic number  Similar elements found in columns.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
ISV Innovation Presented by ISV Innovation Presented by Business Intelligence Fundamentals: Data Cleansing Ola Ekdahl IT Mentors 9/12/08.
DataMAPPER - Applied Database Tech. 이화여대 과학기술대학원 석사 3 학기 992COG08 김지혜.
Periodic Table Study Guide 8 th Grade Science Ms. Dixon How to Draw Electron Dot Diagrams.
ADVANTAGE of GENERATOR MATRIX:
Periodic Table A table of chemical elements arranged in order of atomic number.
February 2 - 6,  2/4: Go over review sheet for Exam 1  2/6: Exam 1 & Lab 1 due  2/9: Go over Exam 1  2/11: Makeup exam for Exam 1.
Lookup Function (Think of a Book Index).  Need to fill based on what is in the these fields Array table.
Excel and Data Analysis. Excel can be a powerful tool for analysis Excel provides many tools for analyzing data –Filtering –Sorting –Formulas –Charts.
1 Chapter 3: Getting Started with Tasks 3.1 Introduction to Task Dialogs 3.2 Creating a Listing Report 3.3 Creating a Frequency Report 3.4 Creating a Two-Way.
Chapter 17 Preparing Data for Mining. 2 Introduction Just as manufacturing and refining are about transformation of raw materials into finished products,
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
Tables Learning Support
Java Collection Classes Eric Roberts CS 106A February 24, 2016.
Alabama Alaska Arizona Arkansas What’s the capital city? What’s the abbreviation? Where is it located? Montgomery.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Object Files & Linking. Object Sections Compiled code store as object files – Linux : ELF : Extensible Linking Format – Windows : PE : Portable Execution.
Debuggers. Errors in Computer Code Errors in computer programs are commonly known as bugs. Three types of errors in computer programs –Syntax errors –Runtime.
$200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200.
Periodic Table Study Guide
Matrix Multiplication
How to Draw Lewis Structures
Times Tables.
Power Query The Best thing that ever happened in Excel
Creating a Timetable.
Periodic Table Study Guide
Data Structures – 2D Lists
Example 2: Finding the Least-Squares Line The table shows populations and numbers of U.S. Representatives for several states in the year 2000.
Generate Award Steps Screenshots Purpose:
Calendar like the Periodic Table
Periodic Table Study Guide
The Periodic Table Chapter 12
Unit: Chemistry Lesson 2: Organizing the Elements Essential Questions:
Periodic Table Study Guide
United States of America.
Periodic Table Study Guide
Idaho Illinois Indiana Iowa What’s the capital city? What’s the abbreviation? Where is it located? Boise What’s the capital city? What’s the abbreviation?
MT 2 Chemical Bonds How to Draw Lewis Dot Structures.
Periodic Table Study Guide
Lesson 5: Deleting and Clearing Cells
United States of America.
8th Grade Science Mrs. Eison
Periodic Table Study Guide
Test Process “V” Diagram
California Colorado Connecticut What’s the capital city? What’s the abbreviation? Where is it located? Sacramento What’s the capital city? What’s.
Periodic Table How to Draw Lewis Structures
United States of America.
Bell Work 9/23/2014: On the periodic table, each column is called a __________. Each element in a ___________ has the same number of ________________ in.
Spreadsheets Vlookups.
Periodic Table Study Guide
3 times tables.
6 times tables.
Similarities Differences
Periodic Table Study Guide
Periodic Table Study Guide
Creating a Timetable.
Login Main Functions Via SAS Information Delivery Portal
Presentation transcript:

RPG/400 Tables

Tables Contains related or similar data –Same data format Organized in columns and rows Uses: –Validation –Decoding

Tables for Validation Verify that code or value exists or is acceptable State Abbreviation AK AL AR AZ CA

Tables for Decoding Find a related or corresponding value State AbbreviationState NameTax Rate AKAlaska.0000 ALAlabama.0400 ARArkansas.0000 AZArizona.0500

Loading Tables Compile time Pre-runtime (runtime or execution time)

An RPG/400 Table Table names begin TAB___ Extension specifications E tabcod 50 2 A Table look-up C code lokup tabcod 50

RPG/400 Related Tables Extension specifications E tabcod 50 2 A tabnam 14 Table look-up C code lokup tabcod tabnam 50

Questions?