This screen shows the layout of the CSV file that will be created is as follows:
- PO Number
- PO Line Number
- Product Code (i.e., Item Number)
- Quantity
- Import Date
- Serial Number
- Status - Hard code to "A" at this moment
You will specify the file name and path for the CSV file. Note that the date and time masks are supported. Let's say right now is 05/04/2021 10:17:30AM. The following mask will be transformed to corresponding values:
- YYYYMMDD: 20210504
- YYMMDD: 210504
- YYMM: 2105
- HHMMSS: 101730
So the above example will cause the creation of f:\nsi..pjt\85\dlm\rzanwms\qr20210504101730.CSV. The mask can be part of the file name or path. It's optional for you to use it. During the process of creating this CSV file, if the file does not exist, the system will create the file with a TMP extension first. After it is done, the system will then rename the TMP file to a CSV file. On the other hand, if the CSV file already exists, then the system will append to the existing CSV file.
The "Only Send Serialized Items in this CSV File?" flag by default is "N." If you set it to "Y," then only serialized records will be exported to the CSV file -- one serial record per line and the quantity will always be 1 (one).
Modified programs: NSCTLFIL.FD, NSCTLFIL.W38, NSCTLINI.CBL, NSCTLMN3.CBL, POWHRPST.CBL