1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answers were Sorted based on User's Feedback
Have you used comp and comp-3 in your project? And how?
what is Reentrancy and Quasi-reentrancy?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
S9(5)V9(2) occupies how many bytes memory ?
What is sqlca and why is it needed in any cobol-db2 program?
wht is load module and object module ?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
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.