Answer Posted / karan
4095
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What is difference between static and dynamic call in cobol?
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
What is rmode(any) ?
how do you reference the ksds vsam file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is difference between cobol and cobol/400
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are all the divisions of a COBOL program?
how do you reference the variable block file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.