IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
HCL,
1 4052If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
HCL,
1 2677what are the types of abends that occur on job failure? And explain the possible causes of these
1624Hello friends, i am having 1 year experience in AS/400. Can any one send me the as400 interview questions to my email id:nagaraju20087@gmail.com
1 2797What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
HCL,
1 6285How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
HCL,
3263In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?
1980
How do you get the data to code the BMS macro?
are there any useful c runtime apis that I can call from rpg iv?
What is the function of //jcllib statement?
Define communication area?
Can you define cics task?
Using alternate indexes in batch program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what are the commands used to gain exclusive control over a resource?
What is null indicator in cobol db2?
What is explain in db2?
How can the duplicate values be eliminated from db2 select?
How you can characterize tables in cobol?
What is the clustering index in the db2 database?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?