parameters cannot be passed in which one???
Answers were Sorted based on User's Feedback
Answer / santy
ple, clearify the question once again with more detials.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chandrababu
Parameters cant be passed if we use TFRCTL..
| Is This Answer Correct ? | 0 Yes | 0 No |
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
How can you delete records form a file in rpg without using "Delete" OPCODE?
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 ?
how do I do concatenation in rpg iv, like I do in cl?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what are the key words you must use when using a subfile?
steps for debugging two rpg programs????
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
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 ?
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE