what is the default print format? in cobol
Answers were Sorted based on User's Feedback
Answer / ashok
in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also
| Is This Answer Correct ? | 5 Yes | 2 No |
is it possible to declare index in cobol program? if it is not why its tell me pls
How you can delete a record from a ps file in cobol?
What is the Purpose of Pointer in the string?
When is a scope terminator mandatory?
diffrence between z(2) and z9(2)
How can you add a particular field/coloumn in copybook?
maximum of how many screens we can open in emulator
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
What is the difference between a DYNAMIC and STATIC call in COBOL?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
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.
Difference between cobol and cobol-ii?