IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) how do you define an altindx ? How do you use altindxs in batch, cics programs?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
Why db2 is called db2?
what do we can do with the embedded sql statements?
What is the maximum number of levels allowed in ims db?
What is rct?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
what is the maximum number of files allowed in rpg?
what is the use of IEBGENER utility?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is eib?
Suppose I have a ksds file. I have a records like 1,2,3,4,5,6,...100. I want to read using dynamic mode like from 10 the record onwards like, 10,12,14,16,18,....60. Wat is the command for this?