What is the syntax of passing parameters to a procedure by
value?
Answer / sd
Code Value in the keywords section of d spec. This should
be done in the prototype definition of the proc
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the purpose of PUTOVR keyword?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
wat is curser?? and its types???
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
why we do STRSRVJOB in batch debugging in as400
how to change the length of the field in a physicalfile?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Need a sql query: retrieve all duplicate records in table?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
can we use cl programming to update or delete physical files
What is file identifier where we can use?