Which command code can be used for backing up IMS database?
Answers were Sorted based on User's Feedback
Answer / sandeep_1985
There is no command code as such to back up IMS database.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / adarsha
thats right thr is no command codes to back up ims..
especially by a call.
note : F is not Proc option is is a command code where it
locates first segment during ur sequential call for the
specified SSA (Unqual)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devendar nandi
Yes there is no special commandcode. u can use A as usual.
F comand code is for establishing the pointer at the first
occurance of the particular segment type.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / devendar nandi
I am sorry, in the last answer A is PROCOPT.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the maximum number of pcbs allowed in a psb?
What is difference between concurrent image copy and online image copy?
can u tell me and give me an example : how to code a program checkpoint , restart, and tell me when and where i have to run 2 programs...Thanks
Explain the processing modes available in ims db?
Explain the maximum number of segment types allowed for a single database?
What are common DLI functions?
how do you bind the cobol with db2
What is meant by mpp mode?
What is a Root?
I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
What is the maximum number of pcbs allowed in a psb?
What is dl/i?