Parameters for Generate Academic Reports "Batch" process: COBOL SRPCAAPR.cbl
I’m redesigning the Generate Academic Reports "Batch" process … from running the COBOL SRPCAAPR.cbl directly … to calling this COBOL program within PeopleCode within Application Engine.
I’m receiving the error below:
SQLRT: INVALID DBTYPE:REMOTEAY
I believe the problem could be that I do not have the correct parameters … to call this program:
RemoteCall("PSRCCBL", "PSCOBOLPROG", "SRPCAAPR", "OPRID", MU_SRPCAAPR_AET.OPRID, "BATCH-RUN-ID", MU_SRPCAAPR_AET.RUN_CNTL_ID);
Does anyone know the correct parameters ?
Thanks,
Ed Gryga
Marquette University