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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Can we redefine the field of x(200) to less than 200?
How many sections are there in data division in COBOL?
What are the pertinent COBOL
What is cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the different rules to perform a Search?
How do you define a variable of comp-1 and comp-2?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to print 10 to 1 if the input have only 10 digit number?
What is the utilization of copybook in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is the LINKAGE SECTION used in COBOL?
Explain the configuration section of a cobol program with examples of syntax.