Answer Posted / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Name some of the examples of COBOl 11?
how to move the records from file to array table. give with code example
Explain what you understand by passing by value.
i need a small 3d program using inline and outline.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Can a Search can be done on a table with or without Index?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between comp and comp-3 usage?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this