PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.4.1
- All Products
CLI 0(4),EOJ LAST CARD PROCESSED ? BNE SUBMIT1 * *STR-01* * End of cards spotted - if this copy is for Command Log, finish - * but if it's a Protection Log, continue to submit further cards to * register PLOG into the plog control file... * *STR-01*CLI CASE,C'P' *STR-01* BNE CLOSE i.e. it's a CLOG *STR-01* LA 4,1(,4) Skip over first EOJ mark *STR-01* SUBMIT2 DS 0H *STR-01* MVC CARD(50),0(4) *STR-01* PUT INTRDR2,CARD *STR-01* LA 4,50(,4) *STR-01* CLI 0(4),EOJ LAST CARD PROCESSED ? *STR-01* BNE SUBMIT2 *STR-01** * CLOSE THE INTERNAL READER * CLOSE DS 0H *STR-01* CLOSE (INTRDR2) CLOSE INTERNAL READER.
* BELOW ARE PWX ADDITIONAL CARDS DC CL50'//PLOGCNTL EXEC PGM=DTLCCADW,COND=(4,LT),' DC CL50'// PARM=(A)' DC CL50'//STEPLIB DD DSN=sceerun,DISP=SHR' DC CL50'// DD DSN=hlq.LOADLIB,DISP=SHR' DC CL50'//DTLCCPLG DD DSN=*.COPY.DDSIAUS1,DISP=SHR' DC CL50'//DTLCCADA DD DSN=hlq.DBdbid.PCAT,' DC CL50'// DISP=SHR' DC CL50'//DTLCFG DD DSN=hlq.RUNLIB(DBMOVER),' DC CL50'// DISP=SHR' DC CL50'//DTLMSG DD DSN=hlq.DTLMSG,' DC CL50'// DISP=SHR' DC CL50'//DTLKEY DD DSN=hlq.RUNLIB(LICENSE),' DC CL50'// DISP=SHR' DC CL50'//DTLSGN DD DSN=hlq.RUNLIB(SIGNON),' DC CL50'// DISP=SHR' DC CL50'//DTLLOG DD SYSOUT=*' DC CL50'//SYSUDUMP DD DUMMY' DC CL50'//SYSPRINT DD SYSOUT=*' ENDALL DC AL1(EOJ) * END OF PWX ADDITIONAL CARDS