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 |
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
difference between 1:%found and %equal built function in detail with example .
what are the key words you must use when using a subfile?
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
Why we cannot call a service program? If I add a PEP can i call the service program?
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
How to add 2 new fields in a file? How many ways are there in as400?
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?