COBSWAIT.cbl: Card Demo Load Library Reader
Part of CardDemo Core Module: Reads the AWS.M2.CARDDEMO.LOADLIB dataset for card demo operations.
Datasets
- AWS.M2.CARDDEMO.LOADLIBThe program COBSWAIT.CBL reads from the AWS.M2.CARDDEMO.LOADLIB dataset. This dataset is a load library used by the Card Demo application. The program's primary function is to act as a utility program that waits for a specified duration in centiseconds.View
- instream:WAITSTEP:WAIT:SYSINThis node, instream:WAITSTEP:WAIT:SYSIN, is a dataset that the COBSWAIT.cbl program reads from. The program's purpose is to act as a utility to wait for a specified duration in centiseconds.View
Files
- MVSWAIT.asmMVSWAIT.asm is an assembly program called by COBSWAIT.cbl, a COBOL utility program designed to wait for a specified duration in centiseconds. This suggests MVSWAIT.asm likely handles the actual pause or delay mechanism requested by COBSWAIT.cbl.View
- WAITSTEPThe WAITSTEP is a group within the COBSWAIT.cbl program. This program is a utility designed to pause execution for a specified duration in centiseconds, as indicated by its name and context.View