IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
4 11812If i have updated few fields of Adabas file using UPDATE command, and after that i used display to see that field get updted or not. If in Display it showing nothng or record did not get updated then what can be the possible reasons?
2 10952The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
6 12045Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
1 4792Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
IBM,
2 9532
how to read database records without locking them?
what happens if parmparameter passes zero bytes to the program
Explain the difference between dfhcommarea and tsq?
What is dbd?
how do you know that records are locked?
What are the benefits of using the db2 database?
Explain about maximum displacement?
during input operation which indicator position is seton if there is a record lock?
what is the procedure and explain about real time scenario.
can I redistribute oorexx freely with commercial software?
What is database alias db2?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Can records be accessed randomly in esds?
What is the difference between cursor stability and repeatable read isolation levels?
What happens if both JOBLIB & STEPLIB is specified ?