Answer Posted / guest
there are four divisions in cobol
identification division
environment division
data division
procedure division
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write a program that uses move corresponding.
What is the LINKAGE SECTION used in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between comp and comp-3 usage?
Write the code to count the sum of n natural numbers.
What kind of error is trapped by on size error option?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the rules of the move verb?
What guidelines should be followed to write a structured cobol prgm?
What are the different rules for performing sort operation?
Write a program to explain size error.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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.