Hey this is venkatesh.Please can any body tell me what is
SFLNXTCHG?where we use this keyword?what perpuse we use
this?Can you tell me in real time senario with example?
And in 7 specification(RPG/400)what is the mandatory
specification using programs?
Answer / Prateek Kumar Chahal
In RPG/400, SFLNXTCHG is a built-in function used to retrieve the next sequential number from a sequence file. This is useful for generating unique ID numbers for records in a file. A real-time scenario where this might be used is when generating order numbers for customer orders. The SFLNXTCHG keyword would be used in combination with an OPEN and CLOSE command to read the next number from a sequence file and assign it to a new record. In RPG/400, the mandatory specifications using programs are the D specification (declaring variables) and the O specification (opening files).
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by text editor?
Write a program to find factorial of a number using functions
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
cobol is execution r not without jcl
Why did you ever become involved in QA/testing?
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
Difference between abstract class and Interfaces in Java
9 Answers Nest, Persistent, Yantro Software,
What is Negative testing?
What is the Difference between in memory database and physical database
When will you use shell script/Perl ahead of C/C++?