record length in spool?
Answers were Sorted based on User's Feedback
what happens if parmparameter passes zero bytes to the program
Write a program to concert an Indexed file into Sequential file?
what is the difference between COBOL2 AND COBOL390?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
What is inspect in cobol ?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
How do you reference the following file formats from cobol programs?
how do you reference the esds vsam file formats from cobol programs
What the difference is between continue and next sentence?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
What are various search techniques in cobol? Explain.
File status must be checked both while opening and reading the file or only while reading the file?