Q1.How we can copy the data of file one session to another
session?
Q2.how we can execute a loop infinitely in AS/400 coding?
Q3.In ALDON tool,multitask is posible on a perticular
object by the user?
Answer Posted / jay
1.By FTP command we can transfer data from one session to
another session.
2. By the various command like DOW and DOU.
3. Multi task can contain for the same object but that
object should be in Production.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how do I declare a table or array in rpg iv?
What is the purpose of record level identifier?
what is the use of sflnxtchg?
what are the key words you must use when using a subfile?
how do I play {insert rpg system here}?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is difference between bind by copy and bind by reference?
what is program status data structure?
can you debug ile rpg program using isdb?
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is the difference between iter and do?
how does the rpg element work?
What is the difference between copybooks and subprocedures in as400?
How Chain operation copies the record's data to the input buffer for the program?