What is the purpose of the following
C/COPY QRPGSRC, ORDERR
Answer / sanjeet kumar
During the compilation the source code of ORDERR copy book is copied into the existing program.Where as /COPY is compiler directive statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
What command must be executed before executing OPNQRYF command?
What is the difference between physical file and logical file?
what is the necessary keyword for non-join logical file?
How many secondary files allowed in a program?
How to create files dynamically without DDS?
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?
How to see active jobs of the system.
What is the purpose of OPNQRYF (Open Query File)?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
What is the use of L specs in RPG?
Define a Batch Job?