Issue with complex flat file stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
RAJARP
Participant
Posts: 147
Joined: Thu Dec 06, 2007 6:46 am
Location: Chennai

Issue with complex flat file stage

Post by RAJARP »

Hi,

The below job FTPs a file from the mainframe system to the Unix server and outputs the contents to a Complex Flat file which can be read in next job.

FTP enterprise stage --->Transfomer---->Complex flat file stage


On execution, the job aborts with the below fatal error

Code: Select all

CFF_Stg1: Error occurred during initializeFromArgs().
CFF_Stg1: Unrecognized argument: -readers
main_program: Creation of a step finished with status = FAILED.
where CFF_Stg1 is the target Complex flat file stage

These are the properties of the CFF target stage

Code: Select all

write option:overwrite
record type:fixed
cleanup on failure:1
missing file mode:depends
Number of readers:1
Reject mode:continue
Report progress:1
Read from multiple node:0
Float Representation:IEEE
Byte Order:Native-endian
Character Set:EBCDIC
Prin fields:0
Data format:binary
Decimal rounding:Nearest value
Decimal seperator:Project Default
Allow zeros:0
MVS:0
Is multiple format:0
(hidden property):no
Estimated record count:1000
additional record count:100
maximum block size:1800
Record type:fixed
write option for MVS dataset:Create(error if exists)
and NLS mapping is Project default (ISO-8859-1)

I am not able to figure out the cause of the error.Any suggestions/help would be appreciated.

Thanks in advance,
Raja R P
prasannakumarkk
Participant
Posts: 117
Joined: Wed Feb 06, 2013 9:24 am
Location: Chennai,TN, India

Post by prasannakumarkk »

Can you post the parameters and env variable that was logged in director for the run that showed this error.
Thanks,
Prasanna
glcordoba
Participant
Posts: 1
Joined: Mon Jun 23, 2014 6:39 am

Post by glcordoba »

Just change the File type for destination
Everybody can fly even with tons of heavy weight, desired or not, .... 777
Post Reply