explain the difference between defining subfile and message-subfile?
Answer / avneesh kumar verma
Subfile record is defined by SFL keyword, where as Message subfile is defined by SFLMSG keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the three types of keywords associated with printer file ?
Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66
I/o error detected,Record Out of sequence,Permanent I/o error occured....I mean give one eg for these errors...i understand only,update/delete operation without prior read oprn..give details of remaining
What is the maximum length of a variable name in CL?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
What is the purpose of the following C/COPY QRPGSRC, ORDERR
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)
how many printer files maximum can be used in single rpg program?
Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?
Define a Batch Job?
what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?
what is maximum number of arrays allowed in rpg?