|
Dear Sir,
At the moment of CRTRPGMOD of the next RPG ILE IV program, Why i receive the message RNF5343 ?
1 - Source of the Database File
A R BCKDES BIB 10A TEXT('Biblioteca') DESC 50A TEXT('Descrição')
The file have some records that have the names of library's to pass to the parameter OMITLIB of th command SAVCHGOBJ.
2 - Source of the Program
FBCKDESF IT F 10 DISK
DTapeIFS S 25 DSTRING S 256 DLENGHT S 15 5 INZ(256) DTape S 10 DArray S 10A DIM(300) FROMFILE(BCKDESF)
C *ENTRY PLIST C PARM Tape
C EVAL STRING = 'SAVCHGOBJ OBJ(*ALL) LIB(*ALLUSR) + C DEV('+Tape+') OBJJRN(*YES) REFDATE(*SAVLIB) + C ENDOPT(*LEAVE) TGTRLS(*CURRENT) + C SAVACT(*SYSDFN) ACCPTH(*YES) + C SAVFDTA(*YES) OMITLIB('+Array+') + C OUTPUT(*PRINT) INFTYPE(*OBJ)'
C EXSR COMANDO
C EXSR COMANDO
C RETURN
C COMANDO BEGSR C C CALL 'QCMDEXC' C PARM STRING C PARM LENGHT C C ENDSR
Thank You !
/free namelist = ''; for i = 1 to %elem(array); // append library name to list namelist += %trim(array(i)) + ' '; endfor; namelist = %trimr(namelist); /end-free
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.