explain the difference between defining subfile and message-subfile?
Answer / avneesh kumar verma
Subfile record is defined by SFL keyword, where as Message subfile is defined by SFLMSG keyword.
Is This Answer Correct ? | 0 Yes | 0 No |
how do you specify page overflow indicator for printer files in rpg?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
Difference Between Skip Before & Space Before?
what are the three line types in rlu ?
define the purpose of the *cat function?
where exactly we can use OPNQRYF ?
how can I give more performance to some selected pages?
what is logical file?
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.