275 pts.
 F-spec Keyword(IGNORE)
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.

Software/Hardware used:
AS400
ASKED: December 29, 2011  7:43 AM
UPDATED: February 28, 2012  1:13 PM

Answer Wiki:
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  deepu9321   3,370 pts.
All Answer Wiki Contributors:  deepu9321   3,370 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 44,150 pts.