I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / sri
9(X) V99 or 9(X) V(Y)
Where X and Y are integers.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between comp and comp-3 usage?
Define cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are various search techniques in cobol? Explain.
How arrays can be defined in COBOL?
What are the pertinent COBOL
Give some examples of command terminators?
What is report-item in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
IF I mention stop run in CICS what happens?
Discuss about changing dataset name in proc.
Explain the configuration section of a cobol program with examples of syntax.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What do you understand by psb and acb?