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 to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
Explain how to differentiate call by context by comparing it to other calls?
How do you code Cobol to access a parameter that has been defined in JCL?
Write a cobol program making use of the redefine clause.
what is index and how to use two tables using index?
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
Why did you choose to work with ibm mainframe cobol programming?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is label record is standard or omitted in file description of data division?