![]() Related Questions There are at least five differences: COBOL II supports structured programming by using in line PERFORMs and explicit scope terminators, it introduces new features (EVALUATE, SET .. TO TRUE, CALL .. BY Latest Answer : The END Delimiter --> END-READ END-PERFORM ... What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default? INITIALIZE moves spaces to alphabetic fields and zeros to alphanumeric fields. The REPLACING option can be used to override these defaults. In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II's better specifications.) Latest Answer : Last answer is correct and below example also.e.g. 05 ACCOUNT-TYPE PIC X(01) VALUE 'N'. 88 PREPAID-ACCT ... Latest Answer : It will give compilation error because WS-AMT is a edit-item and edited items can not be used in arthmetic operations.Thanks,Kotireddy k ... Is it possible that the REDEFINES clause has different picture clauses compared to the one it redefined? Read Answers (9) | Asked by : unica Latest Answer : FALSE ... Read Answers (1) | Asked by : Suraj Prakash A cursor is opened.After fetching few rows. it is opened again before closing it.What will be the result? Latest Answer : If we code the program to open cursor before closing it, Open cursor will not be successfull, we will get SQL code other than zero ... Read Answers (1) | Asked by : Manish Lalwani 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 '-'
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||