IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the 2nd member in the RPG pgm (in RPG400),how can I use this.... I know the possible answers i.e. useing API 'QCMDEXE' or Before calling the pgm I can use OVRDBF for that member... but I dont' want to use both the tips in above scenarion. Does any body tell me how can i use this ....?
13 21484One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
4 9057What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
2 5323What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 11708Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
2 9283My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
3 12822what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
2 238831. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8468
what if my system I runs with system value qccsid 65535?
What the difference is between continue and next sentence?
Discuss some of the terminology of idms.
What do you understand by the term notcat 2 – gs?
what are all the contents of subfile?
What is the mainframe testing?
how many maximum spaces could be given in o specs?
Can you explain create an empty file by using sort?
How do you create a like table?
what do we can do with the embedded sql statements?
Explain ims software environment?
Pose, 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?
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 Is Ddm ?
What language is db2 written in?