explain sflclr, sflend, sfldlt, and sflcsrrrn?
No Answer is Posted For this Question
Be the First to Post Answer
how many variables can we declare in cl pgm?
What is file identifier where we can use?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
How to index LF by relative record no (RRN)
How to print output from openquery in as400 ?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
When it is desirable to describe files Internally?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
How I can reread the physical file in CL program once the end of file reached in same CL program.
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.