Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

COBOL Programming :: RE: output data in CSV Format

$
0
0
Author: janmejay
Subject: Re: Reply to: output data in CSV Format
Posted: Sun Oct 16, 2016 8:58 pm (GMT 5.5)

janmejay wrote:
Robert is right. I defined my outrec under FD section

FD OUTPUT_FILE
01 OUTREC.
10 EMPNAME PIC X(10).
10 FILLER PIC X(1) VALUE ','.
.................................
..................................


I hope due to this Value Clause get ignored and need to define the outrec
in working storage section.

I will try this and let know.


it is working now. thank you Robert


Viewing all articles
Browse latest Browse all 8500

Trending Articles