) How do you access the migrate the data from production
region to development region
Answer Posted / 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 View All Answers
How do you define a variable of comp-1 and comp-2?
How do you reference the fixed block file formats from cobol programs
What is rmode(24)
What is the usage of comp fields in cobol?
What is the LINKAGE SECTION used in COBOL?
What is the difference between external and global variables in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
IF I mention stop run in CICS what happens?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is perform what is varying?
Give some examples of command terminators?
Can a Search can be done on a table with or without Index?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the use of intialize verb?