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 |
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
A table has two indexes defined. Which one will be used by the SEARCH?
what are decleratives in cobol?
which is better either static call or dynamic call? and why?
can we read records in a file from botom to top. if possible how can we read
how will u code parm parameter and where pls ?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
01 b pic +9(4) How many bytes it will take for storage???
When would you use in-line perform?