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?

Answers were Sorted based on User's Feedback



what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include ..

Answer / guest

yes we need to include one temp file whose record size is same
as that of input file record size

Is This Answer Correct ?    4 Yes 0 No

what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include ..

Answer / sampangi

i think it's in step.......like &name

Is This Answer Correct ?    1 Yes 0 No

what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include ..

Answer / 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

More COBOL Interview Questions

01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,


How do you define a variable of COMP-1? COMP-2?

3 Answers  


What is inspect in cobol ?

0 Answers   Infosys,


Define in-line perform?

1 Answers  


What are literals?

0 Answers  


HOw can I get the negative sign while deduct high value from low value

0 Answers  


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


What are declaratives and what are their uses in cobol?

0 Answers  


how to transfer the file from pc to mainframe??

4 Answers  


What is the usage of comp fields in cobol?

0 Answers  


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


Categories