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)
Differentiate between custommasterurl & masterurl?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
How do you populate data into a multiple line field?
What is bottom-up approach in HANA DB while creating proxy?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What is the static variable in function useful for?
What is csrf in spring security?
What is the difference between bounce rate & pogo sticking?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What do you know about impediments in scrum? Give some examples of possible impediments.
how to select a pump (in hp) for lifting water from a Borewell upto a height of 320feet? Is there any thumb rule?
What do you find most satisfying about this job?
Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
What are the rules to use the rowguidcol property to define a globally unique identifier column?