Deleting IFS object using unlink() API in RPGLE Deleting IFS object using unlink() API in RPGLE In IFS, we generally use the term "link", that's a way to reach the data (file). We u…
How to retrieve stream file stats in RPGLE How to retrieve stream file stat Information using C stat API in RPGLE What is stat() API? The stat() function ge…
How to change permissions on an existing IFS Object using RPGLE How to change permissions on an existing IFS Object using RPGLE What is chmod() API? chmod() API known as Change Mode API that allows us to chan…
Check if an IFS file exists and permissions to file in RPGLE Check if an IFS file exists and permissions to file using C access API in RPGLE What is Access() API? Access() API can be used to check whether t…
Writing varying(2) and varying(4) character data to the IFS stream file in RPGLE Writing varying(2) and varying(4) character data to the IFS stream file in RPGLE Varying(2) and varying(4) are default values which are pre-assum…
Handling Errors while working with IFS stream file using RPGLE Handling Errors on IFS using RPGLE We can handle the errors while working with ifs. Errors can occur while accessing a file, opening, writing, read…