How to change size of Initial number of records to *NOMAX
for ALL PF files from perticular library, how can I do that
No Answer is Posted For this Question
Be the First to Post Answer
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
How you can delete a record from a ps file in cobol?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
can anyone explain me the concept of COMP-4 PLEASE??
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
How do you reference the fixed block file formats from cobol programs
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
Should I use STOP RUN in the sub program??why?
What is the difference between next sentence and continue in cobol programing language?
how many bytes does s9(7)COMP-3 field occupies?
how to submit a jcl by cobol program. clear me with an example.