AS400 OVRDBF RNX1011 Undefined record type is found in file
I am trying to build a utility to clear out old mod marks and notes in the first 5 positions of a source file. QRPGLESRC. OVRDBF FILE(CLRMODP) TOFILE(&FMLIB/&FMSRCF) + MBR(&FMMBR) CALL CLRMODR1 PF -CLRMODP A UNIQUE A R CLRMODR A SRCSEQ 6S 2 COLHDG(‘Sequence’) A SRCDAT 6S 0 COLHDG(‘Data1′) A SRCDTA 102A COLHDG(‘Data2′) [...]
Answer Question
| March 17, 2012 8:33 PM
AS/400
I am trying to build a utility to clear out old mod marks and notes in the first 5 positions of a source file. QRPGLESRC. OVRDBF FILE(CLRMODP) TOFILE(&FMLIB/&FMSRCF) + MBR(&FMMBR) CALL CLRMODR1 PF -CLRMODP A UNIQUE A R CLRMODR A SRCSEQ 6S 2 COLHDG(‘Sequence’) A SRCDAT 6S 0 COLHDG(‘Data1′) A SRCDTA 102A COLHDG(‘Data2′) [...]
subsystem
i want to increase the workstation in our org, how could i do increase or create more Qpadev000?
Answer Question
| March 6, 2012 12:09 PM
AS/400
i want to increase the workstation in our org, how could i do increase or create more Qpadev000?
HMC LPAR
What is HMC & LPAR? What are the version that support these function? What are the basic commands to do these fuctions and steps?
Answer Question
| March 6, 2012 10:16 AM
AS/400
What is HMC & LPAR? What are the version that support these function? What are the basic commands to do these fuctions and steps?
CERTIFIACTION ON AS400 ADMIN
HI,I am working as AS400 ADIM can any one suggest about certifiaction on ADMIN.
Answer Question
| March 6, 2012 6:46 AM
AS400 admin
HI,I am working as AS400 ADIM can any one suggest about certifiaction on ADMIN.
cannot find cwbtfutl.dl
I am unable to find cannot find cwbtfutl.dl on the IBM Program file under shared
Answer Question
| March 19, 2012 8:33 PM
AS/400
I am unable to find cannot find cwbtfutl.dl on the IBM Program file under shared
AUTL security over IFS objects conundrum
We are still running V5r4, and I’m currently wrestling with securing objects in /Root of the IFS. Objects are required to be read only in normal circumstances. an application allows a user to copy the object (document) and removes the readonly attribute from the object using CHMOD called from RPGLE, and CHGAUT The problem is [...]
Answer Question
| March 19, 2012 10:21 AM
AS/400, IFS, Security
We are still running V5r4, and I’m currently wrestling with securing objects in /Root of the IFS. Objects are required to be read only in normal circumstances. an application allows a user to copy the object (document) and removes the readonly attribute from the object using CHMOD called from RPGLE, and CHGAUT The problem is [...]
Dump
where will be all the dump of error replys?
Answer Question
| March 6, 2012 6:08 AM
AS/400 Dumps
where will be all the dump of error replys?
AS400
Hi all… How to manage the PageDown and PageUp function in SFLSIZ=SFLPAG subfile..? If anybody have the sample codes for this please share it… Thanks.
Answer Question
| March 6, 2012 7:47 AM
Subfile
Hi all… How to manage the PageDown and PageUp function in SFLSIZ=SFLPAG subfile..? If anybody have the sample codes for this please share it… Thanks.
Rumba
i am not able to use file transfer option in Rumba for mainframe using windows 7
Answer Question
| March 17, 2012 6:34 AM
RUMBA, RUMBA Software
i am not able to use file transfer option in Rumba for mainframe using windows 7
AS400
What is the purpose of FRCDTA keyword? What is the purpose of PUTOVR keyword?
Answer Question
| March 17, 2012 5:32 PM
AS/400
What is the purpose of FRCDTA keyword? What is the purpose of PUTOVR keyword?
AS400
How do u know a record exists without doing read and chain?
Answer Question
| March 6, 2012 5:19 PM
AS/400
How do u know a record exists without doing read and chain?
as400
what is the difference between source and object? Does source occupies the memory space?
Answer Question
| March 6, 2012 4:59 AM
AS/400, DB2
what is the difference between source and object? Does source occupies the memory space?
Iseries printfile duplex printing
to “go green” and save money, I have started changing printfiles to print on both sides with the DUPLEX#*YES# parameter of CHGPRTF. I have 2 questions – 1) Is there an iSeries command I can use to see which printfiles in our production library have been changed to use this parameter? I found a few [...]
Answer Question
| March 19, 2012 4:39 PM
duplex, iSeries, printfiles
to “go green” and save money, I have started changing printfiles to print on both sides with the DUPLEX#*YES# parameter of CHGPRTF. I have 2 questions – 1) Is there an iSeries command I can use to see which printfiles in our production library have been changed to use this parameter? I found a few [...]
AS400
Fstdt if e disk Dnam s 10a Ddept s 3a C/exec sql C+ SELECT NAME, BRANCH INTO :nam, :dept FROM stdt WHERE STDID < 10 C+ C/end-exec C seton lr Hai all ..! I have this code .. But i’m not getting the output.. how can i get [...]
Answer Question
| March 6, 2012 1:35 PM
SQLRPGLE
Fstdt if e disk Dnam s 10a Ddept s 3a C/exec sql C+ SELECT NAME, BRANCH INTO :nam, :dept FROM stdt WHERE STDID < 10 C+ C/end-exec C seton lr Hai all ..! I have this code .. But i’m not getting the output.. how can i get [...]
Automating SNDNETSPLF in CL
I want to use SNDNETSPLF to automatically copy each occurance of a specific spool file to another outq for archiving purposes. The spool file name will always be the same. To use SNDNETSLF I need to enter the Jobname, User & job number etc. How do I automate the command?
Answer Question
| March 17, 2012 12:19 PM
CL, Jobname, SNDNETSPLF
I want to use SNDNETSPLF to automatically copy each occurance of a specific spool file to another outq for archiving purposes. The spool file name will always be the same. To use SNDNETSLF I need to enter the Jobname, User & job number etc. How do I automate the command?
Message not showing in display file window !!!
hi I am using QMHSNDPM api for showing message . but its not showing in display file window . I am using following code: D SndPgmMsg PR ExtPgm('QMHSNDPM') D [...]
Answer Question
| March 19, 2012 9:14 AM
AS/400
hi I am using QMHSNDPM api for showing message . but its not showing in display file window . I am using following code: D SndPgmMsg PR ExtPgm('QMHSNDPM') D [...]
QLMTSECOFR
If the QLMTSECOFR value is set to 1=Explicit device access needed, can you authorize an IP address of a workstation to connect to iSeries via client access and log-in a user with *ALLOBJ, *SECOFR, *SECADM profile? Normally we do is to authorize a device name for users with above said profile for them to connect [...]
Answer Question
| March 19, 2012 8:48 AM
iSeries, iSeries applications, iSeries data center, iSeries RPG programming
If the QLMTSECOFR value is set to 1=Explicit device access needed, can you authorize an IP address of a workstation to connect to iSeries via client access and log-in a user with *ALLOBJ, *SECOFR, *SECADM profile? Normally we do is to authorize a device name for users with above said profile for them to connect [...]
As400
How to view the all run jobs in our userprofile?
Answer Question
| March 6, 2012 5:39 AM
AS400 Job Status
How to view the all run jobs in our userprofile?
Rpg400
how to read the second duplicate value using rpg
Answer Question
| March 6, 2012 5:09 AM
AS/400
how to read the second duplicate value using rpg
Problem in positioning cursor in display file!
I have a display file which have 3 fields A,B,C ..And these are input/output both fields. What i want is to position cursor on that field which have reverse image indicator on .(I am putting it on when that particular field has error)…Please suggest how to do ? I know RTNCSRLOC or CSRLOC will do for [...]
Answer Question
| November 18, 2011 9:52 PM
Display File, RPGLE
I have a display file which have 3 fields A,B,C ..And these are input/output both fields. What i want is to position cursor on that field which have reverse image indicator on .(I am putting it on when that particular field has error)…Please suggest how to do ? I know RTNCSRLOC or CSRLOC will do for [...]





