example for sub strings ? and refernce modifications whit output pls


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

Post New Answer

More COBOL Interview Questions

How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


Why IBM?

1 Answers   IBM,


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


How to increase the logical record length of existing PS file?

7 Answers  


If you were passing a table via linkage, which is preferable - a subscript or an index?

3 Answers   TCS,


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


What are the cobol coding sheets?

0 Answers  


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,


Categories