What does Implicit Open means with respect to a file ? What
about the Explicit Open?..what are the major differences
between these two?
Imlicit open means file is open by program which is automaticaly done whne we call a program .
Explicit open means you open a file thorugh f-specification keyword "usropn " and then open and close the file means in explicit open the authority of opening and closing the file is done by programmer according to the requirements.
this is also the basic diffreence .
i am also new in AS400 if i am incorrect please let me know .
| Is This Answer Correct ? | 10 Yes | 1 No |
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,
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
steps involved in debugging and types of debugging modes?
How to read a record from file where there is multiple record occurrence is available?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
what is the difference between do while and do until?
how do u find whether a record is locked or not??/
how to check on which PF , the LF is dependant ?
can anybody explain significance of *loval setll with example code????
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
we hav job which is running as batch. it takes atleast 06hours to complete tht job. bu i wana do tht job with in 3hours.........? so plz post ur answers
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?