IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
32281.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
2 77681.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
5 124351.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
3 9927Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
2 7518Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
1 63661.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
HP,
1 13546What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
IBM,
1 8413I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
4 12283Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
CTS,
2 10102When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
3576I have database, in that segment1 having dept code and segment 2 and so on multiple employees num. using dept & employee num we have to compare whether that employee belong to that dept or not, if that employee belongs to that dept then incentive is same same as in the table or else incentive must be zero? using IMS & cobol
IBM,
1 5748
What is difference between isnull and coalesce?
What is the purpose of idcams?
what is an mdt (modified data tag)? Its menaing and use?
What information does a psb contain?
what is rpg fixed logic cycle?
Which isolation level provides highest data integrity?
B37 abend during spufi?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
Explain how do you terminate an already issued delay command?
is there any way to dynamically merge other html scripts into a given html?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is inspect?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?