The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / veena
7
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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?
how do you reference the esds vsam file formats from cobol programs
What are the access modes of START statement?
Can we redefine the field of x(200) to less than 200?
What are different data types in cobol?
What are the pertinent COBOL commands?
Explain what you understand by passing by value.
Mention the guidelines to write a structured cobol program?
What is inspect in cobol ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How do you get the data to code the BMS macro?