Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 18577In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
3 7690How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
3 7333How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
5 8194How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?
1 5354hai this ravi, i completed my mca in 2009, i learnt .net course, i hav been looking for a job on .net, now i would like learn ibm mainframes to get job immediatly,is it correct decision? basically am not sound in programming,what about unix adminstration plz help me to take correct decision,which is the best course now to get the job immediatly
2 4381
What is data manager?
How can you access esds files from cics?
How can a stopped job be started again?
Explain correlated sub-queries.
What is a page in db2?
What do you mean by CEMT?
What is the idd in idms?
What is commarea (communications area)?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the use of disp parameter?
What are some uses of the evaluate statement? Explore the syntax of the evaluate statement?
What is rct?
Explain various types of locks in db2?
How can we read records for specific member in CL? AND rpg?
What is buffer pool in the db2 database?