What is the Purpose of Pointer in the string?


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

Post New Answer

More COBOL Interview Questions

can you declare redefine in level 01?

8 Answers   Patni,


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

0 Answers  


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


Write a program to explain size error.

0 Answers  


What is ASKTIME, SUSPEND

1 Answers   IBM,


What is the difference between perform … with test after and perform … with test before?

0 Answers  


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

2 Answers   Wipro,


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

0 Answers  


Categories