can i use UPDDTA command in rpg program in which contains a file
Answer / sravan
Using QCMDEXC you can use any command line commands in your rpgle programs.
| Is This Answer Correct ? | 4 Yes | 1 No |
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.
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 Chain operation copies the record's data to the input buffer for the program?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
Can we possible to key with the date field?
How can we know running job is batch or interactive?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?