which of the following can be used as a check protection symbol
a.Z
b.S
c.*
d.+
Answers were Sorted based on User's Feedback
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
what is the default print format? in cobol
Why we are using comp and comp-3 in real time projects?
How to read a record from bottom of a file which is indexed by 'A'.
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
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
In an EVALUTE statement is the order of the WHEN clauses significant?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is file status 39 ?
How do you define a table/array in COBOL?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.