Answer Posted / helennixa
You would use Display statements before the abend so you know what record was corrupted.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Explain how to differentiate call by context by comparing it to other calls?
What is perform what is varying?
Name some of the examples of COBOl 11?
What is a SSRANGE and NOSSRANGE?
What is the difference between Call and a Link?
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 can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Which mode is used to operate the sequential file?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
In COBOL, what is the different between index and subscript?
How do you define a variable of comp-1 and comp-2?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?