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
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 |
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 |
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
How do you define a variable of COMP-1? COMP-2?
What is inspect in cobol ?
Define in-line perform?
What are literals?
HOw can I get the negative sign while deduct high value from low value
whats the disadvantage of search all over search?
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
What are declaratives and what are their uses in cobol?
how to transfer the file from pc to mainframe??
What is the usage of comp fields in cobol?
What guidelines should be followed to write a structured cobol prgm?