|
Does C printer file I/O have a skipping & spacing option list parameter like MI? I mean this, dcl dd SkipBeforeId auto char(1) init(X'09'); dcl dd * auto bin(2) init(2); dcl dd SkipBefore auto bin(2); dcl dd SpaceBeforeId auto char(1) init(X'0A'); dcl dd * auto bin(2) init(2); dcl dd SpaceBefore auto bin(2); dcl dd SkipAfterId auto char(1) init(X'0B'); dcl dd * auto bin(2) init(2); dcl dd SkipAfter auto bin(2); dcl dd SpaceAfterId auto char(1) init(X'0C'); dcl dd * auto bin(2) init(2); dcl dd SpaceAfter auto bin(2); dcl dd * auto char(1) init(X'FF'); dcl spcptr ?Control auto init(SkipBeforeId); dcl ol IoArg (?UFCB, ?Option, ?Control);
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.