IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
2 7698How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
1 4240In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
1 3806How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
1893I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
1 3860While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
2331I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
1 2531
what difference exists between control area and control interval?
how will you find a string using pdm?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Can you name a few software running under the mainframe?
What are the two types of logging in the db2 database? Explain them.
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the purpose of record level identifier?
What is the max length of sqlca?
what is uni-rexx?
Explain the job statement in jcl?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
how does the rpg element work?
Explain control variable in online screens?
What is bmp mode?
What is dbrm in db2 database?