how to refer the data field?
No Answer is Posted For this Question
Be the First to Post Answer
1) can we display the index?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
The maximum number of dimensions that an array can have in COBOL-85 is ?
COMP-3 field occupy ?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
How do pass the values to the parameters in cobol
What does MAXCC 3 means? It is used in one my codes.
What is EIBCALEN? Why it is used?
sample code for read a 2nd record from last in flatfile how can do?
how we separate the cobol cics statements from cobol&cics programming?
i need a small 3d program using inline and outline.