What is the difference between working storage copybook and
linkage section copybook?
Answer Posted / guest
Those data's that are declared in the WS-Section in main
program should be declared in the linkage section in the sub
or called program.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
IF I mention stop run in CICS what happens?
What is length is cobol?
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
What is the difference between next sentence and continue in cobol programing language?
What are declaratives and what are their uses in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can we redefine the field of x(200) to less than 200?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what are decleratives in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Difference between array and sub-script ?
What rules are followed by the search verb.
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.