i want to store 20 digits . h will u do it in cobol ?
Answer Posted / yogesh
U can use either tables(ARRAYS) or can store those values
as elementary data items
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Which is not true about evaluate statement
How do define dynamic array in cobol.
Which Search verb is equivalent to PERFORM…VARYING?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Have you used comp and comp-3 in your project? And how?
What is amode(24)?
what is the use of outrecord?
how to move the records from file to array table. give with code example
Whats the difference between search & search ALL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the use of intialize verb?
Write a program that uses move corresponding.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?