Question

COBOL Programming -   Show the result produced after the value in Sending item is moved to...

COBOL Programming

-   Show the result produced after the value in Sending item is moved to the Receiving item.

Sending Item

Receiving Item

Picture

Data

Picture

Result

PIC 999V99

12345

PIC 999.99

PIC 999V99

02345

PIC 999.9

PIC 999V99

71234

PIC 99.99

PIC 9(4)

2456

PIC 999.99

PIC 9(6)

120183

PIC 99/99/99

0 0
Add a comment Improve this question Transcribed image text
Answer #1

sending item receving item

picture Data Picture Result

PIC999V99 12345 PIC999.99 123,56

PIC999V99 02345 PIC999.9 0234,5

PIC999V99 71234 PIC99.99 712,34

PIC 9(4) 2456 PIC999.99 024,56

PIC 9(6) 120183 PIC99/99/99 12/01/83 (/ is to divide)

Add a comment
Know the answer?
Add Answer to:
COBOL Programming -   Show the result produced after the value in Sending item is moved to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • What is the value of  result after the following code executes?   int a = 60; int b...

    What is the value of  result after the following code executes?   int a = 60; int b = 15; int result = 20; if (a = b) result *= 3; 30 20 60 10 code will not execute The numeric data types in C++ can be broken into two general categories which are integers and floating-point numbers singles and doubles real and unreal numbers numbers and characters numbers and literals Which line in the following program will cause a compiler error?...

  • Programming You are the manager of a business unit which produced 5 products with fixed cost...

    Programming You are the manager of a business unit which produced 5 products with fixed cost of $26000 as well as the following operational data from last period. Please calculate the result Table 1-1 PRODUCT SALES UNIT VARIABLE UNIT FULL COST UNIT SELLING PRICE UNIT CONTRIBUTION MARGIN UNIT PROFIT UNIT A 1000 10 13 22 9 B 1500 11 12 16 4 C 1100 16 21 15 -6 D 1200 14 24 22 -2 E 800 13 18 19 1...

  • 8. Given the BST below, show the BST that would result after inserting the key of value 180 if sp...

    8. Given the BST below, show the BST that would result after inserting the key of value 180 if splaying is performed starting at the node that was inserted. 100 50 150 40 60 200 30 9. A nice property of splay trees is that each of Find, Insert and Delete takes O(logn) time. TrueFalse? 10. The keys of value N, N-1, N-2... 4, 3, 2, 1 are inserted in this order in a splay tree. What is the final...

  • Sales Data Analysis A company has multiple salespeople. Every month, they go on road trips to sel...

    Sales Data Analysis A company has multiple salespeople. Every month, they go on road trips to sell the company's product. At the end of each month, the total sales for each sales person, together with that salesperson's ID and the month, is recorded in a file. At the end of each year, the manager of the company wants to see an Annual Sales Report in the format illustrated in the sample execution below. Your report should look substantially similar to...

  • (Java with Netbeans) Programming. Please show modified programming code for already given Main class, and programming...

    (Java with Netbeans) Programming. Please show modified programming code for already given Main class, and programming for code for the new GameChanger class. // the code for Main class for step number 6 has already been given, please show modified progrraming for Main class and GameCHanger class, thank you. package .games; import java.util.Random; import java.util.Scanner; public class Main { public static void main(String args[]) { System.out.println("Welcome to the Number Guessing Game"); System.out.println(); Scanner sc = new Scanner(System.in); // Get upper...

  • The data show the time intervals after an eruption​ (to the next​ eruption) of a certain...

    The data show the time intervals after an eruption​ (to the next​ eruption) of a certain geyser. Find the regression​ equation, letting the first variable be the independent​ (x) variable. Find the best predicted time of the interval after an eruption given that the current eruption has a height of 144 feet. Use a significance level of 0.05. Height​ (ft) 115 133 137 140 99 112 108 126 Interval after​ (min) 75 85 94 85 66 88 68 82 Critical...

  • Chapter 11-Homework eBook Show Me How Calculator Print Item Net Present Value Method The following data...

    Chapter 11-Homework eBook Show Me How Calculator Print Item Net Present Value Method The following data are accumulated by Geddes Company in evaluating the purchase of $110,300 of equipment, having a four-year useful life: Net Income Net Cash Flow $37,000 $62,000 Year 1 Year 2 23,000 48,000 Year 3 11,000 36,000 (1,000) 24,000 Year 4 Present Value of $1 at Compound Interest Year 6% 10% 12% 15% 20% 0.893 1 0.943 0.909 0.870 0.833 2 0.890 0.826 0.797 0.756 0.694...

  • Question 1 What is the value of x after the following int x = 5; x++;...

    Question 1 What is the value of x after the following int x = 5; x++; x++; x+=x++; A)14 B)10 C)13 D)15 Question 2 The last line in value returning function (before the }) should contain the word return. True False Question 3 This contains three parts: Void or Data Type the name optional parameter list A)Menu System B)Function Header C)Switch Question 4 What is a variable? A)a pointer B)a place in memory to hold data C)int D)a computer programming...

  • All commands must be in the command line. The expense data file is separate. Programming Project...

    All commands must be in the command line. The expense data file is separate. Programming Project #2: Manage Spending Using Commands Objectives: • Understand how to create and manipulate list of objects using array or vector class • Handle input errors and invalid values • Design and create a well-structure program using C++ basic programming constructs and classes. Description: Each “expense” contains 2 values: the spending amount (double) and its description (string) Here is an example of the “expense” data...

  • PYTHON 3 Object Oriented Programming ***a9q3.py file below*** class GradeItem(object): # A Grade Item is anything...

    PYTHON 3 Object Oriented Programming ***a9q3.py file below*** class GradeItem(object): # A Grade Item is anything a course uses in a grading scheme, # like a test or an assignment. It has a score, which is assessed by # an instructor, and a maximum value, set by the instructor, and a weight, # which defines how much the item counts towards a final grade. def __init__(self, weight, scored=None, out_of=None): """ Purpose: Initialize the GradeItem object. Preconditions: :param weight: the weight...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT