What is the diff bw PF/LF Name and their Record format
name? what is restriction in record format then file name?
No Answer is Posted For this Question
Be the First to Post Answer
Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.
Are all these RPG/400 Interviewed Questions being asked recently? are current?
parameters cannot be passed in which one??
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
What is the name of default out queue when user logs inn to syatem with valid profile?
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
Can we have a Physical file without any member ? Please let me know
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
what is the necessary keyword needed to scroll subfile records?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?