Maybe apart of Execute SQL Task or Lookup Task. Can SSIS Variables store ArrayList can there be a multiple data flow tasks in a single SSIS package? Can we change datatype in derived column transformation? Can we combine multiple excel files into one excel file using SSIS? Can we instal...
def getIMSPrograms(ls, IMSSubSysDict ): vector = ObjectStateHolderVector() # Query the mainframe for IMS Programs for subsystem in IMSSubSysDict.keys(): (sub,prefix,subsystemOSH) = IMSSubSysDict[subsystem] command = concatenate(prefix,_DSP_IMS_TRN_ALL ) output = ls.evExecImsCommand(...