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
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
How can we receive values from a called procedure in CL?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
what r drawbacks of OPM? Why do we go for ILE RPG?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
When will DUMP & DEBUG be ignored?
what is estimation? and what is the level identifier parameter in PF?
can anybody help me that what is the procedure of debugging the service program?
In how many ways a session/device error occurs,,, and what is the remedy for it?
what is post opcode do