Source code is the original input form of the routine the programmer writes.
Object code is the compiled output that IBM® InfoSphere® DataStage® calls as a subroutine or a function.
A source line has the following syntax:
[ label: ] statement [ ; statement ] ...<Return>
A source line can begin with a statement label. It always ends with a Return.