IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1209How to initialize a variable which is a constant in a lda. Suppose I want to declare a variable #a n1(1:7) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
1 1625Suppose if I have updated few fields of adabas file using update command, and after that I used display to see that field get updated or not. If in display it showing nothing or record did not get updated then what can be the possible reasons?
949Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
1050
What are Naming Conventions in QMF?
What do you mean by CEMT?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is db2 bind process?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
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 sqlca?
What is the picture clause of null indicator variable?
How to find the number of rows in db2 tables?
What is the comaera?
What is meant by idd in idms?
What is qsam?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
What is bmp mode?
How many databases can be created inside an instance in db2 ?