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)
2153Post New TCS IBM AS400 AllOther Interview Questions
Tell me how asteroids are formed?
What is pl sql in oracle?
How to change any page title in magento?
why the carbon brushes are broken in srim while the motor runningtime
any body,pls tell me how to done relay coordination ? how to coordinate by TCC curve?how to read the tcc curve?
What are the types of database management system?
What is a chasm trap?
What is applique?
How can you differentiate rpa from macros?
How can we write a good test case?
How do you perform integration testing?
Explain how do you intitiate another transaction?
Explain subcontracting cycle
Explain what is the metadata extension?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.