) How do you access the migrate the data from production
region to development region
Answer / guest
if a dataset is in migrate state , then just give as below
3.4 option
dataset name
enter
hrecall <dataset name>
| Is This Answer Correct ? | 1 Yes | 0 No |
In an array processing what is the thing that can be done by using subscripts but not by using index
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
what happens if we dont close cursor in db2-cobol pgm?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
how many maximum no of variables can be declared in linkage section ?
What is R-mode and A-mode?
Explain about Redefines cluse?
how to submit a jcl by cobol program. clear me with an example.