Hello,
I get the source of example DDROP001D and DDROP001R of PUISAMPLES lib into another lib to modify.
I compile two without changing and its ok.
But when I run the program fails with the next error:
3>> call ddrop001r
The record does not fit in the subfile for DDROP001D file in the
MYLIB library.
? C
The record does not fit in the subfile for DDROP001D file in the
MYLIB library.
? C
There was an error of sesion or device in the DDROP001D file.
The diferrences between two pgm objects DDROP001R are:
PUISAMPLES/DDROP001R
Visualizar Información de Programa
Pantalla 4 de 7
Programa . . . . . . . : DDROP001R Biblioteca . . . . . . : PUISAMPLES
Propietario . . . . . : QPGMR
Atributo programa . . : RPGLE
Detalle . . . . . . . : *SRVPGM
Teclee opciones, pulse Intro.
5=Visualizar
Programa
Opc Servicio Biblioteca Activación Firma
PUIRUNERR *LIBL *IMMED 000000000C0534460501317015673147
PROFOUNDUI *LIBL *IMMED 000000000000000000D9C5D3C4D5C1C8
QRNXIE QSYS *IMMED D8D9D5E7C9C540404040404040404040
QRNXIO QSYS *IMMED D8D9D5E7C9D640404040404040404040
QRNXUTIL QSYS *IMMED D8D9D5E7E4E3C9D34040404040404040
QLEAWI QSYS *IMMED 44F70FABA08585397BDF0CF195F82EC1
MYLIB/DDROP001R
Visualizar Información de Programa
Pantalla 4 de 7
Programa . . . . . . . : DDROP001R Biblioteca . . . . . . : MYLIB
Propietario . . . . . : I5NISA
Atributo programa . . : RPGLE
Detalle . . . . . . . : *SRVPGM
Teclee opciones, pulse Intro.
5=Visualizar
Programa
Opc Servicio Biblioteca Activación Firma
QRNXIE QSYS *IMMED D8D9D5E7C9C540404040404040404040
QRNXIO QSYS *IMMED D8D9D5E7C9D640404040404040404040
QLEAWI QSYS *IMMED 44F70FABA08585397BDF0CF195F82EC1
Do I have to compile it in some special way?
Thanks.
The record does not fit in the subfile for DDROP001D.
-
- New User
- Posts: 7
- Joined: Wed Jun 11, 2014 4:10 am
- First Name: Enrique
- Last Name: Pinar
- Company Name: Hospitales NISA
- Country: Spain
- Contact:
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: The record does not fit in the subfile for DDROP001D.
Please add the handler keyword to the display file in the RPG program. Right now it looks like this:
Change it so that it looks like this:
After making that change, you will need to recompile the RPG program.
Does that help?
Code: Select all
FDDROP001D CF E WORKSTN
F SFile(DDROPSFL1 : RRNp)
F SFile(DDROPSFL2 : RRNc)
Code: Select all
FDDROP001D CF E WORKSTN HANDLER('PROFOUNDUI(HANDLER)')
F SFile(DDROPSFL1 : RRNp)
F SFile(DDROPSFL2 : RRNc)
Does that help?
-
- New User
- Posts: 7
- Joined: Wed Jun 11, 2014 4:10 am
- First Name: Enrique
- Last Name: Pinar
- Company Name: Hospitales NISA
- Country: Spain
- Contact:
Re: The record does not fit in the subfile for DDROP001D.
Thanks for the reply.
It's ok.
It's ok.
Who is online
Users browsing this forum: No registered users and 0 guests