What is the purpose of Panel Groups?
Answers were Sorted based on User's Feedback
Answer / david lex
Everyone is right, and everyone is wrong.
Panel groups are a part of IBM's UIM facility - User
Interface Manager.
So a panel group is a lot like a display file - a
collection of 'windows' or screens to display and interact
with data.
The difference is that instead of explicitly specifying
locations, indentation, colorization, etc - IBM's UIM
handles the majority of that.
The idea is to create a common user interface without all
the manual work involved in ensuring the same 'look and
feel'.
You can get explicit, yes.
And most people see PNLGRP's as help windows, yes.
But you can use them to create subfiles and other display
items as well.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / kcsyam
Panel Groups is an Object on AS/400 (*PNLGRP)
CRTPNLGRP = to create a panel group program
For Help screen using Panel Group
On AS/400 all help screens used Panel Group objects
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / syam
A panel is a visual presentation of data on the screen. A
panel group is an object that contains a collection of
display formats, print formats, or help information.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / surendra y mudliar
For creating help panel for your application.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the necessary keywords required to code a message subfile?
What is I90(Insure 90)?
How to find d key field of a pf that doesn’t have source physical file?
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
what is program status data structure?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?