what modification we need to do in jcl if we use sort in
cobol? I mean whether we need to include tempary file used
for sorting in assign statement?
Answer Posted / sandhya
in jcl there is no need to assign temporary file..and we
have to create temporary file in cobol same structure as
cobol program..this temp file sort the records and output
went to output file..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
What are the rules of the move verb?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How are the next sentence and continue different from each other?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is amode(31)
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of Pointer in the string?
What are the different types of condition in cobol and write their forms.
What type of SDLC u followed? Why?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain how you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
What is length is cobol?