Can we have a Physical file without any member ? Please let
me know
Answers were Sorted based on User's Feedback
Answer / renjith
It is not possible to create a physical file with out a
member
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / anand.jogalekar
it is absolutely not possible to create PF without any
members
| Is This Answer Correct ? | 2 Yes | 20 No |
How I can reread the physical file in CL program once the end of file reached in same CL program.
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
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?
Errors in Sql query will be in which state?
How do you do indexing in a physical file?
What are the commands that can be executed in CLP but not in RPG? Why?
what is the difference between SETON RT & RETURN?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
two attributes which govern the excecution of a job>>>>??
Need a sql query: retrive all duplicate records in table
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.