|
From the Softcopy: 11.20.14 CLEAR (Clear) +------------------------------------------------------------------------+ ¦ Code ¦ Factor 1 ¦ Factor 2 ¦ Result ¦ Indicator¦ ¦ ¦ ¦ ¦ Field ¦ ¦ +----------+-----------------+--------------------+-----------+----------¦ ¦ CLEAR ¦ *NOKEY ¦ Structure or ¦ ¦ ¦ ¦ ¦ ¦ Variable ¦ ¦ ¦ +------------------------------------------------------------------------+ The CLEAR operation sets elements in a structure (record format, data structure, array, or table) or a variable (field, subfield, or indicator), to zero, blank.... Note that when the CLEAR operation is applied to a record-format name, only output fields in the record format are affected..... ========================== ======= my query ========= ========================== I have a program in which I am using a file as Input/Full procedural, I am only using one of the files fields as output within the RLU generated PRTF in my program. When I do the following: .... CLEAR TMISC <---- Record format name. K10 CHAIN FLTMISC 30 .... If my chain is a no hit, this field from the record format above isn't cleared out. But if I do this: .... CLEAR TMDES6 <---- Individual field within record format. K10 CHAIN FLTMISC 30 .... It is cleared out properly.. What gives? -- '''''''''''''''''''' :-Tim & Dana Truax-: .................... +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@midrange.com". | To unsubscribe from this list send email to MAJORDOMO@midrange.com | and specify 'unsubscribe MIDRANGE-L' in the body of your message. | 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-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.