What is difference between rollback and commit?
Explain the difference between using the read command with into option and set option?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the difference between hidam and hdam databases?
What does the 'cemt:cics' transactions do?
What is the difference between using bind () and rebind () methods of naming class?
what do you mean by gdg in vsam?
When output dataset space is required, what quantity categories are used?
how would find total records in files using sequential?
What are the advantages and disadvantages of a hierarchical database?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the contents of dclgen?
Explain how can a jobs execution priority be modified?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.