how many specifications are there in rpg/400? What are they?
Answer / anuj tiwari
There are seven specifications are exits in RPG/400. They are listed below:
* Header Specification
* File Description specification
* Extension specification
* Line counter specification
* Input specification
* Calculation specification
* Output specification
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum number of subfiles that can be specified in a display 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
How can we read file using curser? how to define a curser?
what is arrival sequence?
what are members?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
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 is the use of jdftval in as400?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
why we use binding directory and service pgm
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
What is the exact difference between Service Program and Binding Directory?