TYPES OF SORTINGS.
which is more prefarable.
Answers were Sorted based on User's Feedback
Answer / girish kumar
2 TYPES OF SORTINGS
1.INTERNAL SORTING- cobol sorting
2. EXTERNAL SORTING.- jcl sorting.
WE MAINLY USE EXTERNAL SORTING, WHICH IS EASY AND FAST.
| Is This Answer Correct ? | 35 Yes | 0 No |
Answer / adarsha
internal sort.. because we can have data validations to the
max extent a programmer could do...
| Is This Answer Correct ? | 0 Yes | 12 No |
How do you define a sort file in JCL that runs the COBOL program?
What divisions, sections and paragraphs are mandatory for a COBOL program?
why we are using picture clause in the cobol programs?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
What is an index for tables?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
What is R-mode and A-mode?