) 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 |
How you can delete a record from a ps file in cobol?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
In an EVALUATE statement, can I give a complex condition on a when clause?
How to concatenation one or more string?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In INITIALIZE what is Repalcing Word will do
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
What is the difference between SEARCH and SEARCH ALL?