i have 10,000 records in one input file i want to sort 1 to 5000 records in one out file and remaining records sort in another out file file write syntax?
Answer Posted / jeeva225
My Answer,
//sort fields=copy
outfil files=1,startrec=1,endrec=5000
outfil files=2,startrec=5001,endrec=10000
/*
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the use of sflnxtchg?
What are the various types of master pages?
What is system landscape directory?
What is dbms explain in brief?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What is time_t?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
What’s thread.sleep() in threading ?
what are configuration files?
What are the types of partner profiles?
How does the interface between the dynpro and the abap/4 modules take place?
“Perl regular expressions match the longest string possible”. What is the name of this match?
In a particular cics program, what is the procedure to allocate dynamic memory?
Differentiate between insert() and database.insert()?
Differentiate multiuser from multitask.