Answer Posted / sivakumar sekharannair
Two 01 level can be used for the same file, if the file is
a variable length file. Each 01 level identifies the
different layouts.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the problem of ordered sequential files access?
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?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the different open modes available in cobol?
IF I mention stop run in CICS what happens?
Write down the divisions of cobol program?
) how do u code after getting data?
What is link edit in cobol?
What are various search techniques in cobol? Explain.
What is the Purpose of Pointer in the string?
Write a program to enter and display the names of students in a class using the occurs clause.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?