what are the steps to sort in a cobol program?
Answer Posted / vaneesh
SORT WORK-FILE ON
ASCENDING KEY AS WS-KEY1
DESCENDING KEY WS-KEY2
USING INPUT-FILE GIVING OUTPUT-FILE.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Mention the guidelines to write a structured cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
What are all the divisions of a COBOL program?
What is the compute verb? How is it used?
Write the code to count the sum of n natural numbers.
What is rmode(24)
Why would you use find and get rather than to obtain?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What type of SDLC u followed? Why?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How arrays can be defined in COBOL?
What is the difference between comp and comp-3 usage?
Why did you choose to work with ibm mainframe cobol programming?