What are the pertinent COBOL
No Answer is Posted For this Question
Be the First to Post Answer
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
what is SYNCHRONIZATION?
What are 77 levels used for?
I want ALL jcl ERROR cods
i WANT ALL ERROR codes IN CICS and DB2
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
What is the difference between comp and comp-3?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What is binary search?
Have you code any new programs in COBOL ? What is the functionality of the programs?
Can we use goto statement in inline_perform ?
Is It Possible to Update or change in VIEW Mode?