Joined: 18 Oct 2005 Posts: 184 Location: Hyderabad
Hi All
In My job iam using sort, just i want to know the order in which the statements will be executed.
iam using in sysin as
outrec fields.................
sort fields copy.......
omit statement................
Here i want to know first the input records are reformatted and eliminated by omit condition and copied to output file.
or
it will eliminate the input records based on the omit conditon and then reformats and copies to output file..
Please let me know the order of execution of statements