IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
what is use of linkage section?
how will you find a particular line in debugging if its a infinite loop
What is the purpose of idcams?
what is the meaning of ssrange and nossrange?
Explain identify whether a call statement is a static or dynamic call?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is the necessary keyword needed to scroll subfile records?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is full form for dds?
Mention the various locks that are available in db2.
What is the physical storage length of date data type?
what is rpg ?
In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?