How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / kishore
only 255.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Describe the cobol database components?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What type of SDLC u followed? Why?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
How do you define a variable of comp-1 and comp-2?
Explain the configuration section of a cobol program with examples of syntax.
Explain what you understand by passing by value.
Write a program to explain size error.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?