purpose of pannel group??/
Answers were Sorted based on User's Feedback
Answer / syam
In AS/400 all help screens use Panel Group objects
(*PNLGRP) and these can be created using the UIM language
(User Interface Manager). System allows you to use the same
help interface with your user difined command thru using
UIM. Create a UIM source member using SEU type PNLGRP and
compile the member using CRTPNLGRP command.
Sample UIM code = :HP1. This is the UIM code. :HP1.
Rsult on Display = This is the UIM code. (with under line)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / manish
Pannel Group is used to create help.When you press F1 key
help related to any thing is diplsyed.
| Is This Answer Correct ? | 4 Yes | 0 No |
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How can we receive values from a called procedure in RPG?
what will happen two jobs have same name are submitted
How can a screen field that has changed since the last output operation be detected?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
What is a record lock error?
can i use unique key in LF
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?