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 21028One 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 8884What 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 5207What 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 11503Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
2 9157My 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 12648what 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 237711. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8386
what are bind concepts in db2 cobol?
What is the meaning of a (new, catalog, keep) disposition mean?
Explain the system transid cemt?
How joinkeys helps in sort?
how do you define single dimensional array and multidimensional array in your cobol?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
What is db2? Explain.
What are the different dataset organizations used in vsam?
what is a spool file?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
how do you reference the rrds file formats from cobol programs
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
what do you mean by a vsam slot?
a dd statement has 2 types of parameters. Name them?