In which case we need to use IGNORE keyword(F-spec keyword)?
can anyone send sample coding with IGNORE keyword.
Thanks in advance.
With Regards,
Ajmal.
Hi Ajmal,
In F-Spec, The <b>IGNORE</b> keyword allows a record format from an externally described file to be ignored. The external name of the record format to be ignored is specified as the parameter recformat. One or more record formats can be specified, separated by colons (:). The program runs as if the specified record format(s) did not exist. All other record formats contained in the file will be included.
<pre>IGNORE(record_format_name:record_format_name:...)</pre>
Generally, It will be much useful in case of display files(where you will have multiple record formats).
Pradeep.
Last Wiki Answer Submitted: December 29, 2011 8:08 am by deepu93213,370 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
This can also be used on the F-Spec for a multi-format logical file to indicate that the program won’t use a specific format and won’t use data from that format.
As long as we’re doing homework
This can also be used on the F-Spec for a multi-format logical file to indicate that the program won’t use a specific format and won’t use data from that format.
Phil