How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
7 28845
Explain about different table spaces.
What is the difference between Global and External Variables?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are declaratives and what are their uses in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Name the divisions, which are available in a cobol program?
how do you reference the ksds vsam file formats from cobol programs
Name the sections present in data division.
Have you used comp and comp-3 in your project? And how?
Can we change the password using ALTER? anyone tried and changed?
How do get the result of your program directly on your pc?
Write the code to count the sum of n natural numbers.