What is the difference between Call and a Link?


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

Post New Answer

More COBOL Interview Questions

How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

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,


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,






Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


How do get the result of your program directly on your pc?

0 Answers   UST,


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


Without using move verb how to move one variable to another.

5 Answers  


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


Categories