IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
IBM,
5 12058Looking at an CICS module how would one will identify that it is pseudo or full conversational?
IBM,
5 13098Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
8 33025Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
IBM,
4 13259What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
1 9060Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
1 7148What type of Call you would use if you don;t want the control back to the calling program?
TCS,
8 12952Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
TCS,
2 6754I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
TCS,
4 10661Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
1 12488Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
4 10874
Difference between fixed length and variable length records.
explain sorting techniques in cobol program?
How many maximum base registers we can have in a program?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
define data structure?
Explain the difference between search and searchall?
Define adabas?
State the various causes of s0c1, s0c5 and s0c7.
Suppose I have a ksds file. I have a records like 1,2,3,4,5,6,...100. I want to read using dynamic mode like from 10 the record onwards like, 10,12,14,16,18,....60. Wat is the command for this?
What is the difference between inrec and outrec?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
How to pass the parameter in parm using linkage section ? (syntax)?
What is explain plan in db2?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?