what is a composite key?
Answer / pratap thakur
Defining more than one key as a key field in physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
how will you find a string using pdm?
how can I start a page in a new window?
how to toggle between single line and multi - line display of a particular record in a subfile?
how to read database records without locking them?
is it possible to create a physical file without dds?
how many specifications are there in rpg/400? What are they?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?And please tell me what is the difference between SCAN AND CHECK opcodes?can any body tell me in real time senario?with example?
how do you read changed records backward in subfile?
maximum number of subfiles that can be active for a single file is?
What are the different opcodes used for file operation on a subfile in a rpg pgm?