1.Can we define condition-name conditions in FD entry.
Answers were Sorted based on User's Feedback
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
2)Where the Plan is located in CICS-DB2?
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
How To move a value to an array using move verb?
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
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
tell me about examine inspect and evaluate ?
how to submit a jcl by cobol program. clear me with an example.
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
What is difference between comp & comp-4?