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 are the various section in data division and briefly explain them.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between comp and comp-3 usage?
Why occurs cannot be used in 01 level in COBOL?
How do you define a variable of comp-1 and comp-2?
What is link edit in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the rrds file formats from cobol programs
Mention the guidelines to write a structured cobol program?
Write the code to count the sum of n natural numbers.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different rules to perform a Search?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a cobol program making use of the redefine clause.