How can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between next sentence and continue in cobol programing language?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is the use of outrecord?
how to refer the data field?
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 AID and HANDLE AID?
How to know whether the module is dynamical or statistical?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you define single dimensional array and multidimensional array in your cobol?
Define static linking and dynamic linking.
Write some characteristics of cobol as means of business language.