01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
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.
Mention the guidelines to write a structured cobol program?
When is inspect verb is used in cobol?
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
What is rmode(any) ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is redefines clause in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to know whether the module is dynamical or statistical?