What is the difference between working storage copybook and
linkage section copybook?
Answer Posted / nag(igate)
The working storage fields are used for the program to run
first time, whereas the Linkage section fields are used to
run the program more than once.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
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.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Whats the difference between search & search ALL?
How do you get the data to code the BMS macro?
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
Can you please let me know the centre name of INS certification in Kolkata.
What is a SSRANGE and NOSSRANGE?
What are literals?
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
) what is the difference between AID and HANDLE AID?
Name the sections present in data division.
Explain the configuration section of a cobol program with examples of syntax.
What is difference between static and dynamic call in cobol?