And SYSUT2 is a DSN which I have to create of FB 133 and copy the SYSUT1 into it using IEBGENER. I am aware that we can use some SYSIN control cards for IEBGENER like "RECORDS FIELD=(80,1,,1)," but this is somehow not working for me. I searched the forum but could not get help on IEBGENER.
Pls advise.
Regards,
-Amit. _________________ I did not fail; I have found 10,000 ways that would not work - Albert Einstein.
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Thu Jul 20, 2006 9:18 pm Post subject:
amit4u79,
Any particular reason to use IEBGENER only ? Why can't you use sort or fileaid ? If you don't have a choice to use other products then try these control cards
Joined: 24 Oct 2005 Posts: 109 Topics: 36 Location: India
Posted: Fri Jul 21, 2006 1:20 am Post subject:
Hi Thanks Kolusu,
The JCL worked perfectly fine for me. Just one query, what is the need to use GENERATE MAXFLDS and MAXLITS and why are the values so specific(7 and 53) ??
Thanks for your help Sir.
Regards,
- Amit. _________________ I did not fail; I have found 10,000 ways that would not work - Albert Einstein.
specifies a number, from 1 to 4095, that is greater than or equal to the total
number of FIELD parameters appearing in subsequent RECORD statements.
MAXFLDS is required if there are any FIELD parameters in subsequent
RECORD statements.
MAXLITS= n
specifies a number, from 1 to 2730, that is greater than or equal to the total
number of characters contained in the FIELD literals of subsequent RECORD
statements. Any DBCS characters used as literals on FIELD parameters count
as two characters each.
MAXLITS is required if the FIELD parameters of subsequent RECORD statements
contain literals. MAXLITS does not apply to literals used in IDENT or
IDENTG parameters.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum