CONDEND can be added to the control statements which will result in a 551 return code for the numeric in message PDS551W that is issued when no data is found. If the user wants the message numeric to be converted to a return code like 4, then add RC after CONDEND. Example: CONDEND RC //SYSTSIN DD *
The reason error 'No //SYSIN DDstatement' is received is because the incorrect program has been specified on the EXEC DD statement. When you execute FDM online commands in batch, the program executed should be Batch TSO which is PGM=IKJEFT01. Refer to section 'Batch Processing' in the FDM User's Guide.
One or more assembler statements prior to the first named control section (CSECT) caused a private section to initiate before the named CSECT. The Linkage Editor and the Program Binder differ in their handling of private CSECTs. This appears to be a permanent restriction of the z/OS Binder. FDM cannot process the program object due to this Binder restriction.