Class 1
Modules 1-3
Last Offered: July 8-10
Introduction to System Z
Recording: Coming SoonPowerpoint: New to Z Presentation
Homework: None
3270 Basics and Using with z/VM
Recording: Coming SoonPowerpoint: 3270 Presentation
Homework:
- Set up your TN3270 client
- Define a session to the Velocity Software Demo system
- Logon to your class userid prodived to you
- Feel free to look around if you'd like. When done, CP LOGOFF
z/VM Basics - CP and CMS
Recording: Coming SoonPowerpoint: CP/CMS Presentation
Homework:
- Logon to your class userid provided to you
- Enter the commands:
- CP SPOOL CONS START TO HOMEWORK
- VMLINK SYSTOOLS 191
- QUERY ACCESSED
- LISTFILE PROFILE * *
- CP CLOSE CONSOLE
Introduction to XEDIT
Recording: Coming SoonPowerpoint: XEDIT Presentation
Homework:
- Logon to your class userid provided to you
- XEDIT a file called MOVIE QUOTE A
- In the file, enter a quote from a favorite movie or show in mixed case
- When done, file it and in CMS enter:
- SENDFILE MOVIE QUOTE A TO HOMEWORK
Introduction to Using REXX
Recording: Coming SoonPowerpoint: REXX Presentation
Homework: Tic-Tac-Toe
- A 3X3 grid of numbered squares
- Player at the keyboard plays against the program
- Players take turns
- Display the current grid at the start and after each turn
- Each player selects a square to play by number (1-9)
- A previously selected square can not be played again
- The player that puts their 'pieces' in three squares in any straight line is a winner
- Send your homework program to the HOMEWORK user
- 'SENDFILE fileid HOMEWORK'
Introduction to CMS Pipelines
Recording: Coming SoonPowerpoint: CMS Pipelines Presentation
Homework: Tic-Tac-Toe
- Create an EXEC with a Pipeline that:
- Uses the CMS QUERY ACCESSED command
- Exclude the R/O disks and directories
- Write the results to the console
- When done, submit you EXEC:
- SENDFILE filename EXEC A TO HOMEWORK

