IBM AS400 AllOther (736) HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
2 6835How I can reread the physical file in CL program once the end of file reached in same CL program.
IBM,
20 65500Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
2 6426If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
3 9796
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?
how to define global parameter in ile ?
What is a continuation triple? what is the use of limit sys?
What is dynslt?
name few ibm supplied libraries?
what is the maximum number of records you can specify in a display file?
why is the declare cursor statement is used for?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
how do handle file exception/error?
What is the actual use of fillers?
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 are the types of perform?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What are fillers? What is the actual use of fillers? With mall/simple example?
how do I declare a minor?