example for sub strings ? and refernce modifications whit output pls
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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.
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
Why 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
How to increase the logical record length of existing PS file?
If you were passing a table via linkage, which is preferable - a subscript or an index?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the cobol coding sheets?
Can we access the a[0] in the array ?
Explain fixed length record in cobol? with suitable example