Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
No Answer is Posted For this Question
Be the First to Post Answer
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.
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
What are some examples of command terminators?
) How do u handle errors in BMS macro?
how do you reference the variable unblock file formats from cobol programs
What type of Call you would use if you don;t want the control back to the calling program?
how can we fetch 3 records in cobol pgm any coding pls ?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
What is the reference modification.
What is the use of EVALUATE statement?
file status 00 is checked after opening the file or reading the file