Q.How primary file can be defined in RPG/400?Please write
the senario with opcode specification?
Answers were Sorted based on User's Feedback
Answer / mind
primary file defined in f spec. for defining primary file
use p in place of f(fully procedure).
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / mathan
Primary file can declare in F specs, mention File Designation as "P" to indicate a primary file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar vikas
Here, one problem occurs.. suppose, if I have 100 rcds and using primary its showing only the first record n program goes into loop while using dow or dou loop...... how to read data sequentially using primary file... Please help...
| Is This Answer Correct ? | 0 Yes | 0 No |
under given circumstances, my cgi should link to another site. How to implement this?
can you specify a display file to be used in the following modes input,output, or combined modes ?
what is the maximum number of parameters allowed in clp?
what does check opcode do ?
When will you use OPEN and CLOSE opcodes in RPG program?
Define each of the following operation codes a, b, c, d, e
What is an authorization list?
what is the difference between normal upddta to pf and updating using dfu program?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
explain the difference between defining subfile and message-subfile?
Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
define the purpose of the leave operation?