What is the Purpose of POINTER Phrase in STRING command in COBOL?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


Which mode is used to operate the sequential file?

0 Answers  


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

3 Answers  


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


what is the difference between start and startbr?

2 Answers  


What are different data types in cobol?

0 Answers  


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.

0 Answers  


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


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.

4 Answers   Atos Origin,


88 class is used for

5 Answers   CTS, EDS,


Categories