What are different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is CALL statement in COBOL?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
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?
hw to create 3 dimensional array & hw to access it?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length