I need to change the RCDLEN parameter in a CLLE program that creates a flat file in QTEMP so that the record length is around 200,000. Currently, it is 20,000 and I get a syntax error if I try to change it much >= 40,000. Any idea why the limit and how to bypass it. Currently, I have the program use the *SYSRPYL to automatically answer the file full message?
Code:
Create Physical File (CRTPF)
Type choices, press Enter.
Label . . . . . . . . . . . . .
File . . . . . . . . . . . . . . FILE > CRMPDELIM
Library . . . . . . . . . . . > QTEMP
Source file . . . . . . . . . . SRCFILE QDDSSRC
Library . . . . . . . . . . . *LIBL
Source member . . . . . . . . . SRCMBR *FILE
Record length, if no DDS . . . . RCDLEN > 40000
Generation severity level . . . GENLVL 20
Flagging severity level . . . . FLAG 0
File type . . . . . . . . . . . FILETYPE *DATA
Member, if desired . . . . . . . MBR *FILE
User specified DBCS data . . . . IGCDTA *NO
Text 'description' . . . . . . . TEXT *SRCMBRTXT
Mor
F3=Exit F4=Prompt F5=Refresh F10=Additional parameters F12=Cancel
F13=How to use this display F24=More keys
Numeric value for parameter RCDLEN is not valid.
Comment