...PROBLEM TWO SPRING 2014 INTRODUCTORY MAINFRAME EXERCISE [BE VERY CAREFUL AS YOU WORK THRU THIS PROBLEM] Logon to your account and open ISPF. The default setting in ISPF is for the command line to be at the bottom of the screen. Most systems programmers, though, prefer to have the command line at the top of the screen. Let's quickly change this so you'll look like an old pro. On the command line, type 0 and press Enter. This takes you to the ISPF Settings menu. Go to the field beside Command line at bottom. Delete the "/" using the delete key (the backspace key will bring you back a space but will not delete characters). Press Enter. The command line jumps to the top of the screen. : To get back to the ISPF Primary Option Menu, press F3. F3 almost always takes you one screen back If you accidentally hit F3 too many times, you'll be taken all the way back to the TSO READY prompt - to get back to the ISPF Primary Option Menu from here, type ISPF and press Enter. Log off of z/OS, by pressing F3 until you arrive at the TSO READY prompt. Type LOGOFF and press Enter: IF you have done more extensive work during your session, you will see this Specify Disposition of Log Data Set screen when you attempt to F3 past the ISPF Primary Option Menu: Whenever you encounter this screen, select option 2: "Delete data set without printing," and press Enter. You will then be taken to the TSO READY prompt, and the system informs you that a log that you don't need has been deleted...
Words: 2097 - Pages: 9
...press the escape (Esc) key.Input commands (end with Esc)a Append after cursor i Insert before cursor o Open line below O Open line above :r file Insert file after current lineAny of these commands leaves vi in input mode until you press Esc. Pressing the RETURN key will not take you out of input mode.Change commands (Input mode) cw Change word (Esc)cc Change line (Esc) - blanks line c$ Change to end of line rc Replace character with c R Replace (Esc) - typeover s Substitute (Esc) - 1 char with string S Substitute (Esc) - Rest of line withtext . Repeat last changeChanges during insert mode <ctrl>h Back one character <ctrl>w Back one word <ctrl>u Back to beginning of insert | VI “Cheat” SheetACNS Bulletin ED–03Februa ry 1995(count repeats the effect of the command)File management commands :w name Write edit buffer to file name :wq Write to file and quit :q! Quit without saving changes ZZ Same as :wq :sh Execute shell commands (<ctrl>d)Window motions <ctrl>d Scroll down (half a screen) <ctrl>u Scroll up (half a screen) <ctrl>f Page forward <ctrl>b Page backward /string Search forward ?string Search backward <ctrl>l Redraw screen <ctrl>g Display current line number andfile information n Repeat searchN Repeat search reverse G Go to last line nG Go to line n :n Go to line n z<CR>...
Words: 1256 - Pages: 6
...input mode. To exit input mode, press the escape (Esc) key. Input commands (end with Esc) a i o O :r file Append after cursor Insert before cursor Open line below Open line above Insert file after current line Any of these commands leaves vi in input mode until you press Esc. Pressing the RETURN key will not take you out of input mode. Change commands (Input mode) cw cc c$ rc R s S . Change word (Esc) Change line (Esc) - blanks line Change to end of line Replace character with c Replace (Esc) - typeover Substitute (Esc) - 1 char with string Substitute (Esc) - Rest of line with text Repeat last change Changes during insert mode h w u Back one character Back one word Back to beginning of insert (count repeats the effect of the command) File management commands :w name :wq :q! ZZ :sh Write edit buffer to file name Write to file and quit Quit without saving changes Same as :wq Execute shell commands (d) Window motions d u f b /string ?string l g n N G nG :n z z. z- Scroll down (half a screen) Scroll up (half a screen) Page forward Page backward Search forward Search backward Redraw screen Display current line number and file information Repeat search Repeat search reverse Go to last line Go to line n Go to line n Reposition window: cursor at top Reposition...
Words: 794 - Pages: 4
...Function 2: X-Intercept ( 6.66667 or 20/3, 0) Y-intercept (0,5) Quadrant II Quadrant I Quadrant III Quadrant IV X, exact | F(x) | | 20/3 or 6.6666666666667 | 0 | X intercept | 0 | 5 | Y intercept | • Function 3: Table 3 Q2 Q1 VERTEX Y Intercept (0, -4) X Intercept (2, 0) X Intercept (-2, 0) Check: (-1,-3), (1,-3) Q3 Q4 Only one Y intercept is present Check: X | F(x) | | -2 | 0 | X Intercept | 0 | -4 | Vertex, Y Intercept | 2 | 0 | X Intercept | • Function 4: Table 4 Q2 Q1 VERTEX (-1,-2) Y-intercept (0,-5) Check: (-2, -5) Q3 Q4 Only one Y intercept is present Check: X | F(x) | | 0 | -5 | Y intercept | Resources 1. QLT 1 Excel Real Number line Template. (2014) Retrieved From:...
Words: 255 - Pages: 2
...Unit 1A: Number and problem solving Framework codes Learning objective Activities Resources Comments 1Nn1 Numbers and the number system Recite numbers in order. Class counting to 20. Number lines or squares for checking. Objects to count. Containers to help structure the counting, number lines, grids or square. Paper, unnumbered number lines, 100 square, number lines (for reference). 1Nn3 Count objects up to 20, recognising conservation of number. Counting objects to 20, rearranging and checking. 1Nn2 Read and write numerals from 0 to 20. Give students a number less than 20. Ask them to continue the series orally or writing. 1Nn8 Use more or less to compare two numbers, and give a number that lies between them. Count using a number line, with pictures as representations as well as the numbers. Number lines. Use visual clues for more and less and in between. Scheme of work – Mathematics stage 1 Unit 1A: Number and problem solving 2 Framework codes 1Nn9 Learning objective Order numbers to at least 20 positioning on a number track: use ordinal numbers. Mental strategies Know all number pairs to 10 and record related addition/subtraction facts. Begin to know number pairs to 6, 7, 8, 9 and 10. Activities Class or group activity. Pick a number card, hide it and give clues. Resources Number cards, number lines and grids. Comments 1Nc1 Counters in the pot. Counters Small pots, number cards 0 – 10. Counters, small...
Words: 809 - Pages: 4
...Introduction The Hungarian method is a combinatorial optimization algorithm which was developed and published by Harold Kuhn in 1955. This method was originally invented for the best assignment of a set of persons to a set of jobs. It is a special case of the transportation problem. The algorithm finds an optimal assignment for a given “n x n” cost matrix. “Assignment problems deal with the question how to assign n items (e.g. jobs) to n machines (or workers) in the best possible way. […] Mathematically an assignment is nothing else than a bijective mapping of a finite set into itself […]” [1] The assignment constraints are mathematically defined as: [pic] To make clear how to solve an assignment problem with the Hungarian algorithm we will show you the different cases with several examples which can occur . Example 1 – Minimization problem In this example we have to assign 4 workers to 4 machines. Each worker causes different costs for the machines. Your goal is to minimize the total cost to the condition that each machine goes to exactly 1 person and each person works at exactly 1 machine. For comprehension: Worker 1 causes a cost of 6 for machine 1 and so on … [pic] To solve the problem we have to perform the following steps: Step 1 – Subtract the row minimum from each row. [pic] Step 2 – Subtract the column minimum from each column from the reduced matrix. [pic] The idea behind these 2 steps is to simplify the matrix since the solution of the...
Words: 2335 - Pages: 10
...permission for use must always be obtained from INFAROM. 2 Contents (of the complete edition) Introduction ...................................................................................... 5 The Rules of Lottery ...................................................................…. 11 Supporting Mathematics ......................................................…....... 15 Probability space ..............................................................…......... 16 Probability properties and formulas used .........................…......... 19 Combinatorics …………………………………………………... 22 Parameters of the lottery matrices …………………………......... 25 Number Combinations .......………….………………………......... 27 Probabilities of Winning with Simple Lines .................................. 37 General formula of the winning probability ……………….......... 37 Cumulated winning probabilities ……………………………...... 53 Intermediary probabilities ………………………………………. 67 Enhancing the Winning Probability .................………….………. 75 Probabilities of winning with...
Words: 20797 - Pages: 84
...in the nursery school and is just learning how to add. The sum of multiple numbers needs to be calculated and the numbers can be either 1, 2 or 3 to make the calculation easier. Bart Simpson however, can calculate the sum only if the numbers to be added are in a non-decreasing order. For example Bart can calculate 1+1+2+2+3+3 but not 2+1+2+3+1+3. You have to help Bart to rearrange the numbers such that it is easy for him to calculate them. Input Format First line contains an integer 't' denoting total test cases. Next 't' lines contain non-empty string s - the sum Bart needs to calculate. String doesn’t contain spaces and contains only digits and the '+' character. Length of string s <=100. t<=100. Output Format For each test case, the new order displayed in the format such that Bart can count followed by a new line. Sample Input 4 1 2+2 3+2+1 2+2+1+1+3 Sample Output 1 2+2 1+2+3 1+1+2+2+3 Explanation For the above cases, output is displayed in the format such that Bart can calculate it. Play Auditions Problem Statement There are a total of ‘a’ men and ‘b’ women who would be coming to a play audition. In order to select participants for the play we need to follow the given constraints. While choosing the group, there should be exactly ‘x’ people in total and should contain more than 3 men and at least 1 woman. You are required to find total number of ways in which the group can be formed. The groups are considered distinct...
Words: 1471 - Pages: 6
...natural numbers , zero , and positive natural numbers . Note that integers do not include decimals or fractions - just whole numbers. Even and Odd Numbers An even number is an integer that is "evenly divisible" by 2, i.e., divisible by 2 without a remainder. An even number is an integer of the form , where is an integer. An odd number is an integer that is not evenly divisible by 2. An odd number is an integer of the form , where is an integer. Zero is an even number. Addition / Subtraction: even +/- even = even; even +/- odd = odd; odd +/- odd = even. Multiplication: even * even = even; even * odd = even; odd * odd = odd. Division of two integers can result into an even/odd integer or a fraction. IRRATIONAL NUMBERS Fractions (also known as rational numbers) can be written as terminating (ending) or repeating decimals (such as 0.5, 0.76, or 0.333333....). On the other hand, all those numbers that can be written as non-terminating, non-repeating decimals are non-rational, so they are called the "irrationals". Examples would be ("the square root of two") or the number pi (~3.14159..., from geometry). The rationals and the irrationals are two totally separate number types: there is no overlap. Putting these two major classifications, the rationals and the irrationals, together in one set gives you the "real" numbers. POSITIVE AND NEGATIVE NUMBERS A positive number is a real number that is greater than zero. A negative number is a real...
Words: 15488 - Pages: 62
...Euro Watch Company Report 1 ) The Euro Watch Company assembles expensive wristwatches and then sells them to retailers throughout Europe. The watches are assembled with two assembly lines with below specification: Line 1: Old equipment Less reliable Defect rate of 2% Capacity: 500 watches per hour Line 2: New equipment More reliable Defect rate of 1% Capacity: 500 watches per hour We need to find the smallest number of defected watches each line produces independently in a given hour with success rate of 99% The distribution is a binomial distribution since we have 500 independent and identical trials with a certain probability of success and we see a defected or non- defected option therefore in the excel file we should use the command BINOMDIST. Number of trials is 500 and for cumulative we should consider 1 as we want to have the probability of less than or equal to K defects. As we can see in below tables the smallest defected number that reaches the rate of 99% is 18 watches for line 1 and 11 defected for line 2, which is obvious since line 2 is newer, and with lower defect rate. line 2 99% 1% 500 Line 2 Line  line 1 Defect-free 98% Defective 2% Made watches per hour 500 Defected amount (k) Line 1 Defected amount (k) 0 0.0000 1 0.0005 2 0.0026 3 0.0098 4 0.0281 5 0.0652 6 0.1276 7 0.2175 8 0.3305 9 0.4567 10 0.5830 11 0.6979 12 0.7935 13 0.8667 14 0.9186 15 0.9530 16 0.9743 17 0.9866 18 0.9934 19 0.9969 20 0.9986 21 0.9994 ...
Words: 1076 - Pages: 5
...gl 040 U.S. Individual Income Tax Return Department of the Treasury - Internal Revenue Service For the year Jan. 1 - Dec. 31, 2013, or other tax year beginning (99) 12013 ,2013, ending _ OMB No. 1545 - 0074 ,20 IRS Use Only Do not write or staple in this space. See separate instructions. Your social security number Your first name and initial Last name JERAD GADDY If a joint return, spouse's first name and initial Last name 072-70-1163 Spouse's social security number Home address (number and street). If you have a P.O. box, see instructions. Apt. no. 702 CHURCH ST City, town or post office, state, and ZIP code. If you have a foreign address, also complete spaces below (see instructions). A Make sure the SSN(s) above and on line 6c are correct. Presidential Election Campaign Check here if you, or your spouse if filing jointly, want $3 to go to this fund. Checking a box below will not change your tax — or refund. — EATONTON GA 31024 Foreign country name Foreign province/county Foreign postal code You Spouse Filing Status Check only one box. 1 2 3 Single 4 Head of household (with qualifying person). (See instructions.) If the qualifying person is a child but not your dependent, enter this child's name here. ► ri Married filing separately. Enter spouse's SSN above and full name here. Married filing jointly (even if only one had income) Exemptions 6a b Qualifying widow(er) with dependent child...
Words: 3613 - Pages: 15
...their income tax because they have a child and they sold their house during the tax year. At the top of the form on page one is where the taxpayer(s) enter their personal information, including name, address, and social security numbers. Then they will check married filing jointly for their filing status. The next section is exemptions. This section is where you claim your dependents. This includes their name, social security number and relationship to the taxpayer; check the box if the qualifying child is for the child tax credit which in this case, check the box. Then you add the number of exemptions, this includes the tax payer, spouse, dependents who lived with you, dependents who did not live with you due to divorce or separation, and final other dependents. Harold and Sarah will be claiming 3 exemptions, Harold, Sarah, and Tara (their 7 year old daughter who lives with them). The next section on form 1040 is the income section. This is where you include income from wages, salaries, tips, taxable income, ordinary dividends, alimony, business income, capital gain (loss), IRA’s, pensions, rental real estate, royalties, partnerships, farm income, and social security benefits. Harold and Sarah only have income from wages so they would enter $90,916 on line 7. This amount includes the $51,750 of Harold’s gross pay minus $4,140 for 401(k) contributions and $1,347 for...
Words: 1503 - Pages: 7
...Euro Watch Case Study Euro Watch Company Report 1 ) The Euro Watch Company assembles expensive wristwatches and then sells them to retailers throughout Europe. The watches are assembled with two assembly lines with below specification: Line 1: Old equipment Less reliable Defect rate of 2% Capacity: 500 watches per hour Line 2: New equipment More reliable Defect rate of 1% Capacity: 500 watches per hour We need to find the smallest number of defected watches each line produces independently in a given hour with success rate of 99% The distribution is a binomial distribution since we have 500 independent and identical trials with a certain probability of success and we see a defected or non- defected option therefore in the excel file we should use the command BINOMDIST. Number of trials is 500 and for cumulative we should consider 1 as we want to have the probability of less than or equal to K defects. As we can see in below tables the smallest defected number that reaches the rate of 99% is 18 watches for line 1 and 11 defected for line 2, which is obvious since line 2 is newer, and with lower defect rate. line 2 99% 1% 500 Line 2 Line  line 1 Defect-free 98% Defective 2% Made watches per hour 500 Defected amount (k) Line 1 Defected amount (k) 0 0.0000 1 0.0005 2 0.0026 3 0.0098 4 0.0281 5 0.0652 6 0.1276 7 0.2175 8 0.3305 9 0.4567 10 0.5830 11 0.6979 12 0.7935 13 0.8667 14 0.9186 15 0.9530 16 0.9743 17 0.9866 18 0.9934 19 0.9969 ...
Words: 1081 - Pages: 5
...1545-0074 Your social security number Robert If a joint return, spouse's first name and initial Greene Last name 412-34-5670 Spouse's social security number Vilma 1001 N.W. 93 Street Greene Apt. no. 412-34-5671 Make sure the SSN(s) above and on line 6c are correct. Presidential Election Campaign Check here if you, or your spouse if filing jointly, want $3 to go to this fund. Checking a box below will not change your tax or refund. Home address (number and street). If you have a P.O. box, see instructions. City, town or post office, state and ZIP code. If you have a foreign address, also complete spaces below (see instructions). Miami, FL 33168 Foreign country name Foreign province/state/county Foreign postal code X You X Spouse Filing status Check only one box. 1 2 3 6a X X X Exemptions b If more than six dependents, see Instructions. 4 Single Head of household (with qualifying person). (See instr.) If the qualifying person is a child but not your dependent, Married filing jointly (even if only one had income) enter this child's name here. Married filing separately. Enter spouse's SSN above and 5 full name here. Qualifying widow(er) with dependent child (see instructions) Boxes Yourself. If someone can claim you as a dependent, do not check checked on box 6a. 2 6a and 6b Spouse No. of children } c Dependents: (1) First name Last name (2) Dependent's social security number (3) Dependent's relationship...
Words: 1724 - Pages: 7
...However, there are some particular assumptions about numbers and geometric figures that are made throughout the test. These assumptions appear in the test at the beginning of the Quantitative Reasoning sections, and they are elaborated below. Also, some notation and terminology, while standard at the high school level in many countries, may be different from those used in other countries or from those used at higher or lower levels of mathematics. Such notation and terminology are clarified below. Because it is impossible to ascertain which notation and terminology should be clarified for an individual test taker, more material than necessary may be included. Finally, there are some guidelines for how certain information given in test questions should be interpreted and used in the context of answering the questions—information such as certain words, phrases, quantities, mathematical expressions, and displays of data. These guidelines appear at the end. Copyright © 2012 by Educational Testing Service. All rights reserved. ETS, the ETS logo, LISTENING. LEARNING. LEADING. and GRE are registered trademarks of Educational Testing Service (ETS). Numbers and quantities • All numbers used in the test questions are real numbers. In particular, integers and both rational and irrational numbers are to be considered, but imaginary numbers are not. This is the main assumption regarding numbers. Also, all quantities are real numbers,...
Words: 5445 - Pages: 22