What compiler option would you use for dynamic linking?
Answers were Sorted based on User's Feedback
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
i want to enter the name 'pandu' into ur table how?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
if someone is using my file,how can i find which user id is using?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
In the JCL, how do you define the files referred to in a subroutine ?
How to define a array dynamically.....
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
What is the difference between index and subscript?
Without using move verb how to move one variable to another.