Your program should take two triple digit numbers from the user(input), Add,Multiplie, Subtract,Divide them together and displays the result. Result of subtraction should be positive, If it is '-'
what is the in-line PERFORM and out-line PERFORM?
Latest Answer: hi, if u want 2 perform the action with in the perform para that is called as in-line perform and ends with end-perform. the reamining perform statements are called as out-line perform ...
In real time in which situations we can use comp-3 and comp. What is the major difference between these two?
Latest Answer: Comp is used to like accumulators and Comp-3 is used for Numeric data like amount etc ...
Consider the follwing snippet:01 WS-VAR USAGE IS INDEXIs this a valid working storage definition?Justify your answer
Latest Answer: Hi, This is not a Valid definition bcz the USAGE IS INDEX clause is used to provide an optimized table subscript. When a table is the target of a SEARCH statement it must have an associated index item. Any item declared ...
i want delete one record from the file that is50 th record how can we delete ...?
Latest Answer: The file which we are using is VSAm file then we can go for Key mentioned ,If it is a sequential file we have to read till the 49th record then needs to delete the 50th record, this is the main disadvantage with Sequential files. ...
what is comp-3 and advantage with examples?
Latest Answer: COMP-3 is a computational method used in COBOL. COMP-3 is represented in Packed Decimail format. Decimails are alloed to this COMP-3 Field. Each digit occupies 1/2 bite of memory, so this declaration is useful and it conserves the memory.Ex: 01 A ...
what is difference between dynamic call and static call with examples ..?
Latest Answer: here is some information about static and dynamic calls which may help you. Static CALLs In COBOL, you normally call a subroutine like this: CALL 'A' USING arguments The static form of the CALL statement specifies the name of the subroutine as ...
Latest Answer: The set of ststements between perform and endperform is called as inline perform ...
Latest Answer: Generally index is created in either primary key or alternate key of a table for faster access of records. ...
Latest Answer: Hi.. I think this is a VSAM question, file organisation clause is used to specify the file type i.e ESDS or KSDS or RRDS. If the organisation clause is indexed then it is KSDS, if it is sequential then it is ESDS, if ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top