Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
COBOL Indexed and Relative File Processing
Search
Kristian Guevara
February 27, 2014
Technology
0
150
COBOL Indexed and Relative File Processing
COBOL presentation for school
Kristian Guevara
February 27, 2014
Tweet
Share
More Decks by Kristian Guevara
See All by Kristian Guevara
Effective Communication
kristianguevara
1
79
Career Talk 2018
kristianguevara
0
58
The Now and Then of Innovation
kristianguevara
0
57
USTartup X-Accelerator Info Session - SY1617 2nd Sem
kristianguevara
0
46
PHP Back-end Development
kristianguevara
0
77
AngularJS Workshop
kristianguevara
0
84
The New Era Of Javascript
kristianguevara
0
150
Lightning's, Tornado’s and Tsunami’s
kristianguevara
0
67
Introduction to ASP.NET MVC
kristianguevara
0
93
Other Decks in Technology
See All in Technology
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
150
Snowflakeの生成AI機能を活用したデータ分析アプリの作成 〜Cortex AnalystとCortex Searchの活用とStreamlitアプリでの利用〜
nayuts
1
450
Rustから学ぶ 非同期処理の仕組み
skanehira
1
110
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
430
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
170
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
550
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
9.5k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
11
4.5k
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
220
2025年にHCP Vaultを学び直して見えた景色 / Lessons and New Perspectives from Relearning HCP Vault in 2025
aeonpeople
0
230
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.3k
Agile PBL at New Grads Trainings
kawaguti
PRO
1
360
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Thoughts on Productivity
jonyablonski
70
4.8k
Producing Creativity
orderedlist
PRO
347
40k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
4 Signs Your Business is Dying
shpigford
184
22k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
GraphQLとの向き合い方2022年版
quramy
49
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
None
RECAP
None
“I have a number as proof of my queue!” http://www.gmanetwork.com/news/photo/36789/new-graduates-line-up-for-jobs-at-moa-fair
http://www.qtechqueueingsystem.com/queue-management-solutions/standing-queue-number-display.html
“Last one to hit the finish line is a rotten
egg!” http://conservationalabama.files.wordpress.com/2012/05/finish-line.jpg
Who cares? I’m going to follow whoever goes first! http://3.bp.blogspot.com/_IkXqWJY2snc/SPsoRCcpMzI/AAAAAAAAAAc/OEumjLVacvc/s400/delhi+metro.jpg
Going back to the train scenario
None
None
None
Note: It’s in the working-storage section denoted as: 01 VideoStatus
Pic X(2).
None
None
None
None
None
None
Let’s say Rel-Key would be from 0 - 1008 Add
1 to get relative record number from 1 to 1009, enough positions for 1000- record file
Accessing Files Randomly
None
Sample program coming up next
None