You are on page 1of 3

Reverse KT

Product Testing-
Application used-
 McCamish Admin System (Policy issue)
 LCS
 Agency Distribution System ( Different type of agent
 TruComp bonus, commission)

Mainframe – To enter press TSO or write ‘s’ in front of TSO and press
enter.
Navigation in Mainframe-

Keywords Navigate
F7 Up
MF7 At the top of page
F8 Down
MF8 At the bottom of the page
F10 Left
MF10 Atmost left
F11 Right
MF11 Atmost right
HRECALL To make migrated file as temporary
file
F3 Back

File Access- CRR file (Commission Release Record)


0 Settings
1 View
2 Edit
3 Utilities
 So, to access a file press 3 and enter.
 Now to select Dslist i.e. to display list of data set we press 4
 Enter existing file name to view the data

Two types of files-


 Copybook file
 Non-copybook file

How to access Copybook file- copybook name, member name is required


 to view formatted data press 2 and enter
 to access press FF3

F1 View
F2 Edit
F3 Save

How to access Non-Copybook file-


B View
E Edit
Save Save

Table Access- press v fd (selection) 0 DB2AYx(where x is the


region)

Region depends on the type of testing


 Delete- work as backspace
 End- Delete the whole data

SQL QUERY to retrieve the data-


Select * from (region name). filename
Eg- Select * from DB2AYX. TAYPRODS
 Command to fetch the table- ;;;;F3
 Business requirement development(BRD) will be given in which there will be
different requirements given to test
 We will see the product code in three tables namely-: TAYPRODS,
TAYMGRPRT, TAYPRDTRN
 First introduce these in mainframe that is done by dev. Team using one shot run
 To view the table press F6.

Query to view a table for a single prodfogl code-


Select * from region name. filename where prodfoglcode(column name)=value(xxx)
Run->;;;;;F3

To view any file in excel we do “ftp”


FTP for noncopybook->
 Click on session in MAINFRAME Toolbar
 Select FTP Client
 It will ask for password
 After FTP get text file
 Select the path to save the file
 Enter in ftp- “get ‘filename’
 Go to the folder you have save the file and rename it with .txt extension.
 Open excel to import the txt file
In Excel-
 Go to DATA-> TEST/CSV
 Go to text file -> import
 Select the data and paste it in another sheet
 Select Text to Columns in Data
 Select Delimited, if the value is not formatted then choose “fixed width”

You might also like