record length in spool?
Answers were Sorted based on User's Feedback
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
how can u pass the values into db2 values from cobol ?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
At the minimum, which division of COBOL is enough to be coded?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
waht is inspect verb? where it can be in real time?
What is inspect in cobol ?
What are the various section in data division and briefly explain them.