SlideShare une entreprise Scribd logo
1  sur  49
AS/400 Concepts & Tools
Day 1
• Introduction to the AS/400
• Basic Technical Concepts
• Programming Environment & Tools
• Programming Development Manager (PDM)
• Screen Design Aid (SDA)
• Source Entry Utility (SEU)
Day 2
• Nano Project
• Control Language (CL)
• Crash Investigation
• Debugging
• DB2/400
• Query/400
• Introduction to RPG
Objective
Give the participants a pretty good idea about
what a full course would be like and what to
expect if they decide to become AS/400
developers.  
Hello World
How are you?
Under the hood
•
•
•
•
•
•
•
•

Hello World

Start session B
EX00101DS
SAYHELLO
DSPCMD
EX00101
HELLOSRC / Library
Library contains HELLOSRC
HELLOSRC contains members
•
•
•
•
•
•
•
•

How are you?

Session A
PDM Opt.1 (TRAINER1)
PDM Opt.1 (Ln22/23, F23, F24, F18, Bottom)
12 on TRAINER1 (Lib, Objects)
CRTLIB (Security, Msgs(24), +)
CRTSRCPF (112, W/o Desc.)
13 on HOWSRC
12 on HOWSRC
Architect’s Plan
The House
PF-SRC = Architect’s Filing cabinet
Member = Architect’s Plan
Compiler = Civil Engineer
Object = The House
•
•
•
•
•
•
•
•
•

SDA

Opt.3 EX00201DS EX00201DSA
Opt.17; Explain WW Display Records screen
Opt.12-Ins/Del caution
2,2 *user, 1,60 *date, 2,65 *time
Date & Time >>>>, <<<<<,
User -=, -==, CW, CB, CP
Exit SDA
Session A (SAYHOWRYOU)
Session B (5 on EX00201DS)
i = Integration
PC

AS/400

Folder

Library

Excel file

=

Physical File

Worksheet

=

Member

Row

=

Record

Column

Field
Integrated File System (IFS)

Native Environment
Numeric Data
• Zoned Decimal (Also called Signed)
• Packed Decimal
• Binary (My suggestion: Do not use in Business Applications)
Zoned / Signed
Each digit needs one Byte.
If negative, sign is indicated by setting “B” bit “on” in Units position.

Positive
1

2

3

4

1

2

3

Negative
1

2

3 M

1

2 L
Sequential File Organization
4
8

7

8
7

2

5

5

2
4

8

7
2

4

School

School
Sequential Files
• No Key
• Data is stored in arrival sequence
Indexed File Organization
4
8

2

8
7

4

5

5

2
4

7

7
2

8

School

School
Indexed Files
• Have one or more Keys
• Conceptually, two files – one containing
record data, the other containing Key
Values and “Pointer” to the record data.
• Record data is stored in arrival sequence.
• “The other” file is automatically updated by
the Operating System.
Objects
91 20 25399615
Library Type Name
Libraries
• Purpose
• Similarity to Windows Folders
• Exceptions
Libraries (Exceptions)
• QSYS
• QTEMP
– Purpose
– Creation
– Initialization
– Deletion
Library List
Database Files
• Physical Files Table in RDBMS
• Logical File View in RDBMS
Conceptual structure of a PF
File Description (Metadata)
Storage Area for Data
Member 1
Member 2
.
.
.

Member n
Index (Access Path in IBM’s terminology)-Optional
Physical Files
PF-SRC
PF-DTA
PF-DTA & PF-SRC
•
•
•
•

No “Structural” difference
Compilation
PF-SRC  No member
PF-DTA  One member
(Name defaults to File Name)
Members
• Use
• Type
• When to use
• When not to use
•
•
•
•

Development Tools
Source Entry Utility
Screen Design Aid
Report Layout Utility
Data File Utility
Nano Project
Screen Design Aid (SDA), Option 2-Design menus
PF-DTA
Data File Utility (DFU)

Screen Design Aid (SDA), Option 1-Design screens
Control Language Program
Screen Design Aid (SDA), Option 2-Design menus
Screen Design Aid (SDA), Option 2-Design menus
We need
•
•
•
•
•
•
•

A menu.
A Physical File to store Fruit Information. For menu option 1 (and 2 too).
A program to read Fruit Information from PF. For menu option 1.
A screen to display Fruit Information. For menu option 1 and 2.
A program to display Fruit Information using the DSPF. For menu option 1 and 2.
A Logical File (Index) with Fruit Name as the key. For menu option 2.
A program to read Fruit Information from LF. For menu option 2.
High Level Plan
1.Create Menu.
2.Implement Option 1.
3.Implement Option 2.
4.Implement Option 3.
Menu = Gift Wrapping
Revised High Level Plan
1.Implement Option 1.
2.Implement Option 2.
3.Implement Option 3.
4.Create Menu.
Option 1 Needs
1. A Physical File to store Fruit Information.
2. A program to read Fruit Information from PF.
3. A screen to display Fruit Information.
4. A program to display Fruit Information using the DSPF.
Option 01 Diagram
FRUITS

NP0101

Fruit Name

F3 Pressed?
(Y/N)

Purchase Price
NP0102
Retail Price

Wholesale Price

NP0102DS
FRUITS
Field Name

Size

Type

NAME

30

Character

30

1

30

PURPRICE

15,2

Zoned

15

31

45

RTLPRICE

15,2

Packed

8

46

53

WHLPRICE

14,2

Packed

8

54

61

?

Bytes From

To
Development Plan-Option 01
FRUITS

1. Create.
2. Populate.

NP0101

3. Create.
4. Test.

NP0102DS

ORANGE, 3000, 8000, 5000
PEACH, 15000, 30000, 20000
APPLE, 5000, 10000, 8000

5. Create.

NP0102

6. Create.
7. Test

Development

Testing
Query/400

• Benefits
• Limitataions
RPG
• Display “Hello World” (EX00103)
• Calculator (EX00403)
I hear and I forget.
I see and I remember.
I do and I understand.

Contenu connexe

Tendances

Tendances (20)

File and fat 2
File and fat 2File and fat 2
File and fat 2
 
File management
File managementFile management
File management
 
Computer
ComputerComputer
Computer
 
File and fat
File and fatFile and fat
File and fat
 
Mysql database
Mysql databaseMysql database
Mysql database
 
File System Implementation-R.D.Sivakumar
File System Implementation-R.D.SivakumarFile System Implementation-R.D.Sivakumar
File System Implementation-R.D.Sivakumar
 
21 domino mohan-1
21 domino mohan-121 domino mohan-1
21 domino mohan-1
 
File Management
File ManagementFile Management
File Management
 
File management
File managementFile management
File management
 
File Management
File ManagementFile Management
File Management
 
File management
File managementFile management
File management
 
Sql server lesson3
Sql server lesson3Sql server lesson3
Sql server lesson3
 
Data Warehouse and Business Intelligence - Recipe 1
Data Warehouse and Business Intelligence - Recipe 1Data Warehouse and Business Intelligence - Recipe 1
Data Warehouse and Business Intelligence - Recipe 1
 
File management
File managementFile management
File management
 
Jhalak And Sheenal final Url
Jhalak And Sheenal  final UrlJhalak And Sheenal  final Url
Jhalak And Sheenal final Url
 
URL
URLURL
URL
 
File Management
File ManagementFile Management
File Management
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-os
 
Advances in File Carving
Advances in File CarvingAdvances in File Carving
Advances in File Carving
 
Ms access
Ms accessMs access
Ms access
 

En vedette

Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400tvlooy
 
AS/400 Concepts and Tools -- What you will learn
AS/400 Concepts and Tools -- What you will learnAS/400 Concepts and Tools -- What you will learn
AS/400 Concepts and Tools -- What you will learnRamesh Joshi
 
Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400tvlooy
 
How to Upgrade to IBM i 7.2
How to Upgrade to IBM i 7.2 How to Upgrade to IBM i 7.2
How to Upgrade to IBM i 7.2 HelpSystems
 
What you-need-to-know-to-do successful-upgrades
What you-need-to-know-to-do successful-upgradesWhat you-need-to-know-to-do successful-upgrades
What you-need-to-know-to-do successful-upgradesCOMMON Europe
 
Database 101 on IBM i
Database 101 on IBM iDatabase 101 on IBM i
Database 101 on IBM iHelpSystems
 
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1COMMON Europe
 
High Availability og virtualisering, IBM Power Event
High Availability og virtualisering, IBM Power EventHigh Availability og virtualisering, IBM Power Event
High Availability og virtualisering, IBM Power EventIBM Danmark
 
VIOS in action with IBM i
VIOS in action with IBM i VIOS in action with IBM i
VIOS in action with IBM i COMMON Europe
 
Parameshwaran - 2 Years- AS400 Admin
Parameshwaran - 2 Years- AS400 AdminParameshwaran - 2 Years- AS400 Admin
Parameshwaran - 2 Years- AS400 AdminParamesh Waran
 
Roadmapping Product Service Combinations
Roadmapping Product Service CombinationsRoadmapping Product Service Combinations
Roadmapping Product Service CombinationsJurjen Helmus
 
Modernize your AS400 - the future proof, low cost solution.
Modernize your AS400 - the future proof, low cost solution.Modernize your AS400 - the future proof, low cost solution.
Modernize your AS400 - the future proof, low cost solution.112Motion
 
Virtualisation overview
Virtualisation overviewVirtualisation overview
Virtualisation overviewsagaroceanic11
 

En vedette (20)

Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400
 
As400
As400As400
As400
 
AS/400 Concepts and Tools -- What you will learn
AS/400 Concepts and Tools -- What you will learnAS/400 Concepts and Tools -- What you will learn
AS/400 Concepts and Tools -- What you will learn
 
Introduction to the IBM AS/400
Introduction to the IBM AS/400Introduction to the IBM AS/400
Introduction to the IBM AS/400
 
As/400
As/400As/400
As/400
 
How to Upgrade to IBM i 7.2
How to Upgrade to IBM i 7.2 How to Upgrade to IBM i 7.2
How to Upgrade to IBM i 7.2
 
What you-need-to-know-to-do successful-upgrades
What you-need-to-know-to-do successful-upgradesWhat you-need-to-know-to-do successful-upgrades
What you-need-to-know-to-do successful-upgrades
 
Database 101 on IBM i
Database 101 on IBM iDatabase 101 on IBM i
Database 101 on IBM i
 
Fooled By Randomness
Fooled By RandomnessFooled By Randomness
Fooled By Randomness
 
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1
Dave Nelson COMMON Europe 2012 - Vienna IBM Keynote 6-06-12-v1
 
Ha solutions su power i
Ha solutions su power iHa solutions su power i
Ha solutions su power i
 
SAP and IBM I
SAP and IBM I SAP and IBM I
SAP and IBM I
 
High Availability og virtualisering, IBM Power Event
High Availability og virtualisering, IBM Power EventHigh Availability og virtualisering, IBM Power Event
High Availability og virtualisering, IBM Power Event
 
Iasp Enablement
Iasp EnablementIasp Enablement
Iasp Enablement
 
VIOS in action with IBM i
VIOS in action with IBM i VIOS in action with IBM i
VIOS in action with IBM i
 
Parameshwaran - 2 Years- AS400 Admin
Parameshwaran - 2 Years- AS400 AdminParameshwaran - 2 Years- AS400 Admin
Parameshwaran - 2 Years- AS400 Admin
 
myBRMS
myBRMSmyBRMS
myBRMS
 
Roadmapping Product Service Combinations
Roadmapping Product Service CombinationsRoadmapping Product Service Combinations
Roadmapping Product Service Combinations
 
Modernize your AS400 - the future proof, low cost solution.
Modernize your AS400 - the future proof, low cost solution.Modernize your AS400 - the future proof, low cost solution.
Modernize your AS400 - the future proof, low cost solution.
 
Virtualisation overview
Virtualisation overviewVirtualisation overview
Virtualisation overview
 

Similaire à Extracts from AS/400 Concepts & Tools workshop

Bb world 2017 opendb
Bb world 2017   opendbBb world 2017   opendb
Bb world 2017 opendbstephensb
 
Ganesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsGanesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsnullowaspmumbai
 
Ganesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsGanesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsGanesh Naik
 
Standarization in Proteomics: From raw data to metadata files
Standarization in Proteomics: From raw data to metadata filesStandarization in Proteomics: From raw data to metadata files
Standarization in Proteomics: From raw data to metadata filesYasset Perez-Riverol
 
Exploring Oracle Database 12c Multitenant best practices for your Cloud
Exploring Oracle Database 12c Multitenant best practices for your CloudExploring Oracle Database 12c Multitenant best practices for your Cloud
Exploring Oracle Database 12c Multitenant best practices for your Clouddyahalom
 
Windows Memory Forensic Analysis using EnCase
Windows Memory Forensic Analysis using EnCaseWindows Memory Forensic Analysis using EnCase
Windows Memory Forensic Analysis using EnCaseTakahiro Haruyama
 
Java File I/O Performance Analysis - Part I - JCConf 2018
Java File I/O Performance Analysis - Part I - JCConf 2018Java File I/O Performance Analysis - Part I - JCConf 2018
Java File I/O Performance Analysis - Part I - JCConf 2018Michael Fong
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdfSteve Caron
 
Apache CarbonData:New high performance data format for faster data analysis
Apache CarbonData:New high performance data format for faster data analysisApache CarbonData:New high performance data format for faster data analysis
Apache CarbonData:New high performance data format for faster data analysisliang chen
 
One-Byte Modification for Breaking Memory Forensic Analysis
One-Byte Modification for Breaking Memory Forensic AnalysisOne-Byte Modification for Breaking Memory Forensic Analysis
One-Byte Modification for Breaking Memory Forensic AnalysisTakahiro Haruyama
 
File handling 2016
File handling 2016File handling 2016
File handling 2016TONY THOMAS
 
Mainframe Technology Overview
Mainframe Technology OverviewMainframe Technology Overview
Mainframe Technology OverviewHaim Ben Zagmi
 
Introducing Apache Carbon Data - Hadoop Native Columnar Data Format
Introducing Apache Carbon Data - Hadoop Native Columnar Data FormatIntroducing Apache Carbon Data - Hadoop Native Columnar Data Format
Introducing Apache Carbon Data - Hadoop Native Columnar Data FormatVimal Das Kammath
 
Reproducibility and automation of machine learning process
Reproducibility and automation of machine learning processReproducibility and automation of machine learning process
Reproducibility and automation of machine learning processDenis Dus
 
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2Nad0209
 

Similaire à Extracts from AS/400 Concepts & Tools workshop (20)

Bb world 2017 opendb
Bb world 2017   opendbBb world 2017   opendb
Bb world 2017 opendb
 
Ganesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsGanesh naik linux_kernel_internals
Ganesh naik linux_kernel_internals
 
Ganesh naik linux_kernel_internals
Ganesh naik linux_kernel_internalsGanesh naik linux_kernel_internals
Ganesh naik linux_kernel_internals
 
Standarization in Proteomics: From raw data to metadata files
Standarization in Proteomics: From raw data to metadata filesStandarization in Proteomics: From raw data to metadata files
Standarization in Proteomics: From raw data to metadata files
 
Fox Pro Boot Camp Syllabus
Fox Pro Boot Camp SyllabusFox Pro Boot Camp Syllabus
Fox Pro Boot Camp Syllabus
 
Exploring Oracle Database 12c Multitenant best practices for your Cloud
Exploring Oracle Database 12c Multitenant best practices for your CloudExploring Oracle Database 12c Multitenant best practices for your Cloud
Exploring Oracle Database 12c Multitenant best practices for your Cloud
 
Windows Memory Forensic Analysis using EnCase
Windows Memory Forensic Analysis using EnCaseWindows Memory Forensic Analysis using EnCase
Windows Memory Forensic Analysis using EnCase
 
Java File I/O Performance Analysis - Part I - JCConf 2018
Java File I/O Performance Analysis - Part I - JCConf 2018Java File I/O Performance Analysis - Part I - JCConf 2018
Java File I/O Performance Analysis - Part I - JCConf 2018
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
 
INT 1010 04-5.pdf
INT 1010 04-5.pdfINT 1010 04-5.pdf
INT 1010 04-5.pdf
 
Workshop 3
Workshop 3Workshop 3
Workshop 3
 
Apache CarbonData:New high performance data format for faster data analysis
Apache CarbonData:New high performance data format for faster data analysisApache CarbonData:New high performance data format for faster data analysis
Apache CarbonData:New high performance data format for faster data analysis
 
One-Byte Modification for Breaking Memory Forensic Analysis
One-Byte Modification for Breaking Memory Forensic AnalysisOne-Byte Modification for Breaking Memory Forensic Analysis
One-Byte Modification for Breaking Memory Forensic Analysis
 
File handling 2016
File handling 2016File handling 2016
File handling 2016
 
ora_sothea
ora_sotheaora_sothea
ora_sothea
 
Mainframe Technology Overview
Mainframe Technology OverviewMainframe Technology Overview
Mainframe Technology Overview
 
Introducing Apache Carbon Data - Hadoop Native Columnar Data Format
Introducing Apache Carbon Data - Hadoop Native Columnar Data FormatIntroducing Apache Carbon Data - Hadoop Native Columnar Data Format
Introducing Apache Carbon Data - Hadoop Native Columnar Data Format
 
Reproducibility and automation of machine learning process
Reproducibility and automation of machine learning processReproducibility and automation of machine learning process
Reproducibility and automation of machine learning process
 
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2
RANCANGAN PENGAJARAN TAHUNAN ICTL TINGKATAN 2
 
5 backuprecoveryw imp
5 backuprecoveryw imp5 backuprecoveryw imp
5 backuprecoveryw imp
 

Dernier

My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Dernier (20)

My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Extracts from AS/400 Concepts & Tools workshop

Notes de l'éditeur

  1. Person with a question mark on the top of his head.
  2. Person with a question mark on the top of his head.
  3. Person with a question mark on the top of his head.
  4. Person with a question mark on the top of his head.
  5. Person with a question mark on the top of his head.
  6. Person with a question mark on the top of his head.
  7. Person with a question mark on the top of his head.