What is the maximum length of a field you can define using COMP-3 in COBOL?
can we declare occurs in 01 level?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
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 .
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
What is different between variable length and fixed length?
What are the various section in data division and briefly explain them.
Difference between next and continue clause
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
how many maximum no of variables can be declared in linkage section ?
Name some of the examples of COBOl 11?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.