Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / boopathi
variable length is nothing but. we declare our
conviniance.but fixed lengtn we do not change
| Is This Answer Correct ? | 27 Yes | 29 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you reference the following file formats from cobol programs?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What type of SDLC u followed? Why?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between comp and comp-3?
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
how do you reference the esds vsam file formats from cobol programs
What are 77 levels used for?
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.
What is the utilization of copybook in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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.