What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the significance of 'above the line' and 'below the line'?
Which mode is used to operate the sequential file?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What is the maximum length of a field you can define using COMP-3 in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is the difference between start and startbr?
What are different data types in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What is the difference between working storage copybook and linkage section copybook?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
88 class is used for