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
how will u find out 3rd week's 2nd day using occurs ?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
How to execute a set of JCL statements from a COBOL program?
how can we find total no of records in a file ....is there any utility......?
what is rediffine clause?in what situation it can use?give me real time example?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
Can anybody give me example of subscript and index
can we use go to statement inline-perform?
maximum of how many screens we can open in emulator
what is the coding difference between COBOL and CICS.
what is internal sort and external sort ? which is preferable ?