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 can you determine the number of characters in a variable?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
what is the difference between do while and do until?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
What is the purpose of record level identifier?
How can we change element of compile time array?Can we do so
1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
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
What is Multi Occurrence Data Structure(MODS)?