) How do you access the migrate the data from production
region to development region



) 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

Post New Answer

More COBOL Interview Questions

where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


What is the LINKAGE SECTION used for?

4 Answers  


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 Answers   Bank Of America, Mind Tree,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,






How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.

7 Answers   Financial Services,


diffrence between renames and redifnes with examples

3 Answers   IBM,


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,


hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?

1 Answers   CGI,


Categories