how will you define vsam file in select clause?
Answer Posted / snehatechm
select xxxx assign to dd1
organization is indexed
access is dynamic
record key is vsam-key
file status is file-status vsam-code.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
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
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.
what is the difference between COBOL2 AND COBOL390?
example for sub strings ? and refernce modifications whit output pls
what is amode(24), amode(31), rmode(24) and rmode(any)?
Name some of the examples of COBOl 11?
State the various causes of s0c1, s0c5 and s0c7.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is link edit in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain what you understand by passing by value.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
IF I mention stop run in CICS what happens?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?