How do define Dymanic array in cobol how do u define single
demensional arry and multidymensional arry in ur cobol.
Answer Posted / kalyan.p430
sorry i cant understand what is dynamic array?......pls
anyone explain to me
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different rules to perform a Search?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to print 10 to 1 if the input have only 10 digit number?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is inspect in cobol ?
Discuss about changing dataset name in proc.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?