Two of the suboptions that you can specify with the SQL option are package name and bind file name. If you do not specify these names, default names are constructed based on the source file-name for a nonbatch compilation or on the first program for a batch compilation.
For subsequent nonnested programs of a batch compilation, the names are based on the PROGRAM-ID of each program.
For the package name, the base name (the source file-name or the PROGRAM-ID) is modified as follows:
Thus if the base name is 9123aB-cd, the package name is A123AB0C.
For the bind file-name, the extension .bnd is added to the base name. Unless explicitly specified, the file-name is relative to the current directory.