IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
What is the maximum value that can be stored in s9(8) comp?
have you ever know what is the meaning of Packed Decimal
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain about different table spaces.
Define autostatus in idms?
Explain the difference between section, paragraph and sentences?
what does the ovrdbf command do?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What does runstats do in db2?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
What are the parameters that are used in creating a gdg?
What is the use of runstats in db2?