Programming Interface Information:
This page documents intended Programming Interfaces that allow the customer to write programs to obtain the services of z/VM. |
BATLSECT
Control Block Contents
BATLSECT DSECT
Cross Reference (Contains links to field and bit definitions)
BATLSECT Prolog
Name : BATLIMIT Description: CMS Batch User Job Limits DSECT : BATLSECT Function : Mapping macro which maps the limits placed on a CMS batch user job. BATLSECT describes the fields in the user job limits table for CMS batch jobs.
BATLSECT Control Block Content
BATLSECT DSECT
Hex Dec Type/Val Lng Label (dup) Comments ---- ---- --------- ---- -------------- -------- 0000 0 Structure BATLSECT CMS Batch User Job Limits CMS BATCH USER JOB LIMITS 0000 0 Signed 4 BATCPUL - VIRT.CPU LIMIT (SEC.) - CAN BE RESET 0004 4 Signed 4 BATCPUC - CURRENT CPU COUNT - DO NOT RESET 0008 8 Signed 4 BATPRTL - NO. PRINTED LINES LIMIT - CAN BE RESET 000C 12 Signed 4 BATPRTC - CURRENT LINE COUNT - DO NOT RESET 0010 16 Signed 4 BATPUNL - NO. PUNCHED CARDS LIMIT - CAN BE RESET 0014 20 Signed 4 BATPUNC - CURRENT CARD COUNT - DO NOT RESET
BATLSECT Storage Layout
*** BATLSECT - CMS Batch User Job Limits * * +---------------------------+---------------------------+ * 0 | BATCPUL | BATCPUC | * +---------------------------+---------------------------+ * 8 | BATPRTL | BATPRTC | * +---------------------------+---------------------------+ * 10 | BATPUNL | BATPUNC | * +---------------------------+---------------------------+ * 18 * *** BATLSECT - CMS Batch User Job Limits
BATLSECT Cross Reference
Symbol Dspl Value -------------- ---- ----- BATCPUC 0004 BATCPUL 0000 BATPRTC 000C BATPRTL 0008 BATPUNC 0014 BATPUNL 0010
Last updated on 1 May 2002 at 14:11:52 EDT.
Copyright IBM Corporation, 1990, 2002