EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
What is the maximum data length for Numeric DataType ?
How to covert given string into ASCII value in COBOL/MF COBOL
Have you code any new programs in COBOL ? What is the functionality of the programs?
how many maximum no of variables can be declared in linkage section ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Which mode is used to operate the sequential file?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how can we find total no of records in a file ....is there any utility......?
period is missing in the cobol program which error we getting