What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What will happen if we generate GDG +2 version instead of +1 version?
What is the difference between Global and External Variables?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
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.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How many bytes S(8) comp field occupy and its maximum value?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to concatenation one or more string?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
Have you code any new programs in COBOL ? What is the functionality of the programs?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
How to increase the logical record length of existing PS file?