How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
How do you define a variable of comp-1 and comp-2?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What is the difference between structured cobol programming and object alternativelyiented cobol?
If I want to increase the Limit in GDG. What should I do?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
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 figurative constant in cobol?
What are different file OPEN modes available in COBOL?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
What is the compute verb? How is it used?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.