How to add 2 new fields in a file?
How many ways are there in as400?
Answers were Sorted based on User's Feedback
Answer / sree
1. Change the DDS PF ie.,
Go to library/ QDDSSRC
and edit the PF , add the fields
And compile the PF using CHGPF Command
| Is This Answer Correct ? | 0 Yes | 0 No |
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
what is estimation? and what is the level identifier parameter in PF?
How do you call procedures in ILE?
Can you copy the records created by the OPNQRYF to other files and how?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
How to call one program from another program in RPG? please help me with the code
How to create a key field for a logical file inside RPG?
parameters cannot be passed in which one??
can i use unique key in LF
two types of read performed in dataqueue?????
how do u track msg in cl pgm???