If we use GO BACK instead of STOP RUN in cobol?
Answer / guest
we can use both goback and stop run in cobol when there is no
call statement to show termination of the program....
if we use go back it transfer control to the main program.
else we use stop run it releases the program from the main
memory give the control back to the operating system.
| Is This Answer Correct ? | 5 Yes | 0 No |
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What is the file organization clause ?
Is It Possible to Update or change in VIEW Mode?
Describe the cobol database components?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What does EXIT do ?
what is internal sort and external sort ? which is preferable ?