IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Issue with IEBGENER


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudhanaveenkumar

New User


Joined: 29 Apr 2010
Posts: 28
Location: chennai

PostPosted: Tue Jul 27, 2010 12:35 pm
Reply with quote

hi...

I am trying to copy a portion of data from one ps file to another using IEBGENER. But i am getting an error.

The following is the jcl used and error message.

Could any one please check this and help me.

//TXZNS6EB JOB (CGK9205,55),NAV,CLASS=9,MSGCLASS=5,NOTIFY=&SYSUID
//STEP001 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=THHH.OSU.NS6.SMC006,DISP=OLD
//SYSUT2 DD DSN=THHH.OSU.NS6.SMC008,DISP=(NEW,CATLG),
// SPACE=(CYL,(5,10)),LRECL=50,UNIT=3390
//SYSIN DD *
GENERATE MAXFLDS=1
RECORD FILED=(3,1,,1)
/*
//


the error messgae:

DATA SET UTILITY - GENERATE
GENERATE MAXFLDS=1 00351233
RECORD FILED=(3,1,,1) 00351333
IEB337I INVALID KEYWORD IN COL. 09
********************************** End of Data ********************************


Thanks
naveen
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Jul 27, 2010 12:53 pm
Reply with quote

change FILED to FIELD could be the solution
Back to top
View user's profile Send private message
sudhanaveenkumar

New User


Joined: 29 Apr 2010
Posts: 28
Location: chennai

PostPosted: Tue Jul 27, 2010 1:40 pm
Reply with quote

Many Thanks peter.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Jul 27, 2010 1:48 pm
Reply with quote

You are welcome
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top