Can we add or remove the module object from service
Program..and how...?
Answer Posted / samul
Natraj: Thanks for answer,but Binder languare is used only
to export the procedure not a module.
Syam : Using UPDPGM,we can only update the program when any
of the existing module is updated.
UPDSRVPGM is used to update the service pgm when any of the
procedure/module is changed.
Expecting the correct answer...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how do you use exceptional write in c specs?
when would you prefer logical file than opnqryf?
which are control break logic indicators?
how will you display a particular page in subfile ?
What is RETURN CURSER LOCATION in subfile?
define the purpose of the *bcat function?
what is sflpag and sflsiz ?
what is a program described file in rpg?
can we define multi-dimensional arrays in rpg ?
how do you know that records are locked?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
how can I give more performance to some selected pages?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...