How do you reference the following file formats from cobol programs?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
Explain how to differentiate call by context by comparing it to other calls?
Define in-line perform?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
what happens when a copybook variables are declared using include statement ?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is a scope terminator give example?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
without performing any operations on a file how can i know whether it contains data or not
Explain fixed length record in cobol? with suitable example