) 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 many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
diffrence between renames and redifnes with examples
1) can we display the index?
Name the divisions, which are available in a cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how many divisions are there in cobol
if you give cylinder(1,1)how many cylinders it will be allocate?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
Can we call a CICS program from a batch program or viceversa?If so, how?
How can we increase the size of an existing PDS to include more no. of modules.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?