I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / fdsfsdfs
yes it has to be declared COMP 2
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which mode is used to operate the sequential file?
i need a small 3d program using inline and outline.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to know whether the module is dynamical or statistical?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Which Search verb is equivalent to PERFORM…VARYING?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
example for sub strings ? and refernce modifications whit output pls
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How many bytes S(8) comp field occupy and its maximum value?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
explain sorting techniques in cobol program?