Answer Posted / suman kumar
1.Wen u use array commands search we use index,idex
is nothing but displacement position of array
2.Wen u use perform loop we use subscript, subscript is
nothing but a number
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
What is the local-storage section?
How you can read the file from bottom?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Explain how you can characterize tables in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
A table has two indexes defined. Which one will be used by the SEARCH?
How do define dynamic array in cobol.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i need a small 3d program using inline and outline.
What are 77 levels used for?
) how do u code after getting data?
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?