DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦3f15f743c⟧ TextFile

    Length: 11392 (0x2c80)
    Types: TextFile
    Names: »DUMMY.CMD«

Derivation

└─⟦6ae1c04a5⟧ Bits:30004364 SW1656 IFPS/Personal Version 2.10 release 1.1
    └─ ⟦this⟧ »DUMMY.CMD« 

TextFile

beg:clear
makewindow 2 4 19 73 1
clearwindow
setattr 5
writeline          MERGERS AND ACQUISTION ANALYSIS MENU
setattr 4
writeline
writeline  Action Item                             Key Letter  
writeline  ===========                             ===========
writeline   List template model                        L
writeline   View results                               V
writeline   Show report                                S
writeline   Show graph                                 R
writeline   What if analysis                           W
writeline   Goal Seek analysis                         G
writeline   Edit model or data and resolve             E
writeline                              
setattr 2
writeline  Function Keys have been pre-defined to assist you:  
writeline
setattr 13
writestr  <Shift> <F9> 
setattr 2
writestr  - Escapes    
setattr 13
writestr  <Esc> or <F9> 
setattr 2
writeline  - Returns you to
writestr    View or What if.          the PREVIOUS Template Menu.
menu1 MainMenu: List_model   View_spreadsheeet    Show_report    gRaph
menu2           What_if      Goal_seek     Edit_backup    Quit    Help
menusel LVSRWGEQH
getmenu pick
clear
ifnum &pick& = 0 then goto msg:
ifnum &pick& = 1 then goto list:
ifnum &pick& = 2 then goto view:
ifnum &pick& = 3 then goto rep:
ifnum &pick& = 4 then goto grf:
ifnum &pick& = 5 then goto what:
ifnum &pick& = 6 then goto goal:
ifnum &pick& = 7 then goto edit:
ifnum &pick& = 8 then goto out: 
ifnum &pick& = 9 then goto help:
msg:clear
dropmicro pick
CLEAR
COMMANDS &3 "&1"
goto end:
list:clear                        
dropmicro pick
list &2.mod           
message
message Hit <Enter> key to continue ....
pause
goback beg:
view:clear                         
makewindow 6 4 19 73 1
clearwindow
setattr 6
writeline              VIEWING &1 RESULTS
setattr 4
writeline
writeline  VIEW mode allows you to see the spreadsheet results and the  
writeline  model logic that produces the numbers on the same screen.
writeline
writeline  After analyzing each screen, Press <Enter> to continue ..... 
writeline
writestr
pause 5
COMMANDS VIEW "&1"
goback beg:
rep:clear                         
solve
dropmicro pick
EXECUTE RP&2
goback beg:
grf:clear                        
solve
dropmicro pick
EXECUTE GF&2
goback beg:
what:clear                       
dropmicro pick
makewindow 6 4 19 73 1
clearwindow
setattr 6
writeline               &1 WHAT IF ANALYSIS
setattr 4
writeline
writeline  WHAT IF allows you to temporarily change any input assumption.
writeline  For example, what if the @c2 was higher???
writeline
writeline  The What if case will be generated for you automatically.  
writeline  Watch for the integrated screen where the case is displayed
writeline  along with the What If Solution.
writeline
writeline  After viewing each screen, Press <Enter> to continue ....
writestr
pause 5
COMMANDS WHAT "&1"
goback beg:
goal:clear
dropmicro pick
makewindow 3 4 19 73 1
clearwindow
setattr 6
writeline               &1 GOAL SEEK ANALYSIS
setattr 4
writeline
writeline  GOAL SEEK allows you to define a target objective and ask 
writeline  IFPS/Personal to find a policy to get you there.  For example,
writeline  how much @c6 is required to achieve a target of:   
writeline
writeline               @c4=@c5
writeline  
writeline  The Goal Seek analysis will be generated for you automatically.
writeline  Watch for the integrated screen where the Goal Seek Solution
writeline  is displayed with the Goal Seek inputs.
writeline
writeline  After viewing each screen, Press <Enter> to continue .....
pause 7
COMMANDS GOAL "&1"
goback beg:
edit:clear
COMMANDS EDIT "&1" "&2"
message
message Generating a new solution for &1 analysis .....
model backup
using backup
solve
goback beg:
out:clear
dropmicro pick
makewindow 6 2 17 67 1
clearwindow
writeline
writeline    You can now use IFPS/Personal on your own.              
writeline         
writeline    To use the IFPS/Personal menus -- press <F9>.
writeline    To exit IFPS/Personal  -- type QUIT.                
writeline    To restart PersonalTemplates --- type COMMANDS TEMPLATE.
writestr
@A5
exit
help:clear   
dropmicro pick
makewindow 3 2 19 67 1
clearwindow
writeline       
writeline    * LIST - lists model logic on your screen.         
writeline    * VIEW SPREADSHEET - View the contents of both the
writeline       spreadsheet generated and the model logic used.        
writeline    * REPORT - displays sample &1 report.                       
writeline    * GRAPH - displays color graphs of keys trends.         
writeline    * WHAT IF - temporary changes to input assumptions allowed.
writeline    * GOAL SEEK - target any bottom line figure and let  
writeline       /Personal tell you how to achieve the result.
writeline    * EDIT_BACKUP - use full screen editor to change a backup
writeline       copy of the template model for further analysis.
writeline
writeline  Press <Enter> key to continue ....
writestr            
menu1 More:  List      View          Reporting      graPhing
menu2        What_if   Goal_seek     Editing        reTurn
menusel LVRPWGET
getmenu pick
ifnum &pick& = 0 then goback beg:
ifnum &pick& = 1 then goto hlist:
ifnum &pick& = 2 then goto hview:
ifnum &pick& = 3 then goto hrep:
ifnum &pick& = 4 then goto hgrf:
ifnum &pick& = 5 then goto hint:
ifnum &pick& = 6 then goto hint:
ifnum &pick& = 7 then goto hedit:
ifnum &pick& = 8 then goback beg:
hlist:clear
makewindow 3 4 19 73 1
clearwindow
writeline  Model logic statements for the template you have selected
writeline  will be displayed.  These are the calculation relationships
writeline  used to generate the spreadsheet.   IFPS/Personal uses an
writeline  English-based, statement oriented language for developing
writeline  models of a variety of problems.   Sample statements might
writeline  appear in your template as:
writeline   
writeline     Projected Revenues=Unit Sales * Price 
writeline     Unit Sales=Data for 5,TREND(TIME),PREVIOUS * SALES GROWTH
writeline     Price=500,,PREVIOUS * PRICE INCREASES
writeline 
writeline   Notice here that the language is NON-PROCEDURAL, that is
writeline   statements do not have to be entered in order.  Data can
writeline   be entered into the model, as in the Price statement, or
writeline   accessed from a database, the Data for 5 statement does
writeline   this for Unit Sales.  Projections can be as defined by
writeline   you, as in the Sales Growth, or based on statistical
writeline   relationships over time, illustrated by the TREND function.
writeline               
writestr    Press <Enter> to continue ....                  
pause
goback help:
hview:clear
makewindow 3 4 19 73 1
clearwindow
writeline  View Mode of IFPS/Personal allows you to see the 
writeline  spreadsheet results and the model logic which generated
writeline  the spreadsheet together on the same screen.  The format
writeline  presented will be:                                 
writeline   
writeline         Spreadsheet         ...........       
writeline 
writeline   =========================================================
writeline   
writeline         Model Logic         ............       
writeline                              
writeline  View mode allows you to gain knowledge of BOTH the data and
writeline  problem relationships and provides enhanced decision support.
writeline               
writestr    Press <Enter> to continue ....                  
pause
goback help:
hrep:clear
makewindow 3 4 19 73 1
clearwindow
writeline
writeline  Presentation quality reports can be generated from the
writeline  solution of your spreadsheets.  Without redesigning the
writeline  spreadsheet, you can generate an unlimited number of reports
writeline  using qualities of the IFPS/Personal report writer to:
writeline   
writeline    * Select which variables and columns should be displayed.
writeline    * Setting output file format specifications.
writeline    * Using a variety of report writer utilities to highlight
writeline       key indicators in the results.
writeline                 
writeline  Report independence from the spreadsheet allows you to    
writeline  generate more information in a more flexible format.
writeline  
writestr  Press <Enter> to continue .....
pause
goback beg:
hgrf:clear
makewindow 3 4 19 73 1
clearwindow
writeline
writeline  Presentation quality graphics can be generated from the
writeline  solution of your spreadsheets.  Color graphs of any of the
writeline  key trends are available in the following formats:          
writeline   
writeline    * 3-D Bar Charts.         * Pie Charts
writeline    * Stacked Bar Charts      * Line Charts            
writeline    * Clusters                * Percent Charts
writeline  
writeline  Color Graphics help to highlight information which does   
writeline  not appear as prominently in either the spreadsheet or
writeline  a presentation report.  Graphics can be displayed on either
writeline  a monitor or a variety of hard copy devices.
writeline
writestr  Press <Enter> to view a sample &1 graph .....
pause
goback help:
hint:clear
makewindow 3 4 19 73 1
clearwindow
writeline
writeline  Analysis of your spreadsheet can take one of two forms:
writeline   
writeline    * Ask WHAT IF one of my input assumptions is different.
writeline    * Ask What do I have to do to achieve a pre-defined
writeline       goal --- GOAL SEEK.
writeline  
writeline  WHAT IF allows you to make a TEMPORARY change to any number
writeline  of your input assumptions.   You can enter a new value or
writeline  calculation in its place or simply ask what if the value is
writeline  some percentage greater or less than those input.
writeline
writeline  GOAL SEEK is a very powerful feature of IFPS/Personal.  It
writeline  allows you to target a bottom figure, like Net Income or
writeline  Rate of Return and ask -- What change in one of my input
writeline  assumptions, like Sales, is required to achieve this goal.
writeline
writestr  Press <Enter> to continue .....              
pause
goback help:
hed:clear 
makewindow 3 4 19 73 1
clearwindow
writeline
writeline  The full screen editor in IFPS/Personal will allow you to
writeline  make changes to the model or data provided in the template.
writeline  You will only be working on a backup copy so feel free to   
writeline  make as many changes as you see fit.  
writeline      
writeline  To use the editor, simply enter the letter --  V -- on the
writeline  status line and toggle through the template provided.  When
writeline  you see something you would like to change:
writeline
writeline      SALES=NUMBER OF SALESMAN *  500
writeline
writeline  simply overwrite what is there, hit return an enter the
writeline  lines you feel better represent your analysis:
writeline
writeline
writeline      SALES=NUMBER OF SALESMAN * SALES PROJECTIONS
writeline      SALES PROJECTIONS=500,PREVIOUS * ASSUMED GROWTH RATE
writeline      ASSUMED GROWTH RATE=10%
writeline
writestr  Press <Enter> to continue .....               
pause
goback help:
«eof»