Interviewer asked me write down DDS for load all subfile .can anybody write dds
No Answer is Posted For this Question
Be the First to Post Answer
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
wat is curser?? and its types???
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
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
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
How can we call CL program to RPG? How many number of parameter we can pass