![]() Related Questions In a COBOL II perform statement, when is the conditional tested, before or after the perform execution? In COBOL II the optional clause WITH TEST BEFORE or WITH TEST AFTER can be added to all perform statements. By default the test is performed before the perform. Absolutely. Evaluation of the WHEN clauses proceeds from top to bottom and their sequence can determine results. Latest Answer : It's important to have the order in place, you can not put 'When other' as the first clause. ... 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. REPLACING allows for the same copy to be used more than once in the same code by changing the replace value Latest Answer : Hi, Replacing option in COPY verb provides facility to use same block of code for different programs having all things common except few variables in that particular block of code. It providesdes the feature of reusablity without writing it ... Latest Answer : No, while a single sending field can be sent to multiple targets such as MOVE A to C, Dthe only way to send mutiple sending fields to multiple target fields is via a MOVE CORRESPONDING. ... Latest Answer : 01 SALES-TABLE. 02 SALES-DETAIL OCCURS 100 TIMES. COPY DDS-ALL-FORMAT OF EMPPF.If a group data is using database reference, where emppf is logical file name. ... Read Answers (7) | Asked by : bhaskar singh Latest Answer : Hi Lavanya,Why don't you try before answering any question??Readers should not confused by your answers. Answer given by Poonam is absolutely correct!!! ... 1) Is more than one record description is allowed in a FD?2) Is NUMERIC EDIT fields can be used for Arithmatic operations?3) Is COMPUTE P,Q,W = A+ B/C -E ** 2 is a valid statement?4) Is LINKAGE SECTION is mandatory in a sub program?5) In edit fiels the character used for check protection is __________6) COMP-2 occupies _________ bytes?7) Maximum length of a numeric item ________ ? Latest Answer : by default sign is trailing with no separate char and ans: 12345N ... Read Answers (9) | Asked by : nirupam kundu Latest Answer : value--- value is used to initialize data item in working storage sectionwhere as intialize----is used to initialize data item in procedure division ... Read Answers (4) | Asked by : p.srinivas
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||