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


Please Help Members By Posting Answers For Below Questions

What are the various section in data division and briefly explain them.

910


What is the default value(s) for an initialize and what keyword allows for an override of the default?

953


What is the difference between comp and comp-3 usage?

864


Why occurs cannot be used in 01 level in COBOL?

910


How do you define a variable of comp-1 and comp-2?

912


What is link edit in cobol?

941


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

863


how do you reference the rrds file formats from cobol programs

1143


Mention the guidelines to write a structured cobol program?

822


Write the code to count the sum of n natural numbers.

925


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

897


What are the different rules to perform a Search?

809


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1072


What is the difference between a binary search and a sequential search what are the pertinent cobol?

925


Write a cobol program making use of the redefine clause.

921