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 |
What is the difference between comp and comp-3 usage?
how can u redefine picx(10) with pic 9(6).
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
what are decleratives in cobol?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
how many divisions are there in cobol
In INITIALIZE what is Repalcing Word will do
How do you differentiate between cobol and cobol-ii?
write a program to eliminate duplicate records in a input file and send them to output file.
What is the difference between comp and comp-3?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,