define sort? and its syntax?

Answers were Sorted based on User's Feedback



define sort? and its syntax?..

Answer / chandana

Here the sort is considered as an internal sort that is we
want to manipulate the data before feeding it to sort.Else
in rest of the cases we use external sort.
The syntax is :
SORT SORTFILE ON ASCENDING/DESCENDING KEY
USING FILE1,FILE2/ INPUT PROCEDURE PARA-1
GIVING FILE3/ OUTPUT PROCEDURE PARA-2

Is This Answer Correct ?    8 Yes 1 No

define sort? and its syntax?..

Answer / swetha p rao

Sort in the sense ? there is an opcode for sorting array

SORTA sorts the array in ascending order

Is This Answer Correct ?    5 Yes 1 No

define sort? and its syntax?..

Answer / tim austin

There is no need in an as400 COBOL shop to ever use a sort.
Data is organized by keyed physical files or alternate
logical paths over the physical path. The most Inefficient
thing you can do in as400 cobol is to have the program
attempt to sort data

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL400 Interview Questions

It's possible use %TRIM statement like rpgile?

2 Answers  


Explain the output procedure?

0 Answers  


Code how to read 5th element of the array?

2 Answers   CGI,


Explain the types of perform?

0 Answers  


Explain the syntax of sort?

0 Answers  


How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC

2 Answers   HP,


Explain the difference between section, paragraph and sentences?

0 Answers  


Define perform?

0 Answers  


Explain the difference between search and searchall?

0 Answers  


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

0 Answers  


When search all is used in cobol program without sorted input data

3 Answers  


What is the syntax of redefine?

0 Answers  


Categories