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 7692How 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 4238In 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 3804How 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...
1887I 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 3858While 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 ?
2324I 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 2525
name a few common vsam status codes?
What guidelines should be followed to write a structured cobol prgm?
Define base cluster?
what will happen if there is no secondary allocation made for datasets?
what is the compile process of cobol program expalin with code
how can I automatically refresh a web page?
what are members?
What is the function of the steplib dd statement?
define the purpose of the iter operation?
how will you search an array?
Define static linking and dynamic linking.
what does the opcode free do?
Which are the db2 tools to protect integrity of the database?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can you explain multitasking and multithreading?