|
Stephanie wrote: >>>We've got the old B10 here, and we had problems with a batch job >that was >>>part of our month end. I've found the proc/JCL that ran this job and there >>>is a parameter that I can't resolve, nor can I find reference to this in any >>>of the manuals here. The line is: >>>// FILE NAME-OUTPUT,LABEL-XYADROUT,RETAIN-J,RECORDS-?F'A,XYINTRAP'? >>>The records parameter was interpreted as 00000000 when this job ran. Is >>>this some kind of function call to see the size of the input file(which was >>>XYINTRAP)? That is correct. The code ?F'A,XYINTRAP'? retrieves the current number of active records from file XYINTRAP. That is used because the file XYADROUT is built on the fly. The RECORDS definition states how much space to reserve on the disk. In your case, the file was empty. The LABEL-XYADROUT definition states to use file XYADROUT, instead of file OUTPUT. This works exactly like the OVRDBF command in CL. The RETAIN-J states to delete this file when the OCL job ends. >>>What manual would this be in? I've got a Control Language Programmer's >>>Guide here but can't find this type of statement. I didn't find any of the >>>actually, nor can I find an explanation for // LOAD, or // RUN, which seem >>>obvious, but I'd really like to find the right manual. This looks like a S/36 OCL procedure. If that is the case, the book you are looking for is: System/36 Environment Reference (QBJAUR00). The chapter on OCL statements will explain the FILE, RUN and LOAD statements. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.