|
Related Questions |
View Answer |
|
What is file status 92?
|
View Answer
|
|
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
|
View Answer
|
|
In the JCL, how do you define the files referred to in a subroutine ?
|
View Answer
|
|
What is the mode in which you will OPEN a file for writing?
|
View Answer
|
|
What are different file OPEN modes available in COBOL?
|
View Answer
|
|
How do you reference the following file formats from COBOL programs:
|
View Answer
|
|
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
|
View Answer
|
|
What is COMP SYNC?
|
View Answer
|
|
What is the maximum value that can be stored in S9(8) COMP?
|
View Answer
|
|
How many bytes will a S9(8) COMP field occupy ?
|
View Answer
|
|
How many bytes does a S9(7) SIGN TRAILING SEPARATE field occupy ?
|
View Answer
|
|
How many bytes does a S9(7) COMP-3 field occupy ?
|
View Answer
|
|
How do you define a variable of COMP-1? COMP-2?
|
View Answer
|
|
What is COMP-1? COMP-2?
|
View Answer
|
|
What is the difference between COMP & COMP-3 ?
|
View Answer
|
|
How is sign stored in a COMP field ?
|
View Answer
|
|
How is sign stored in a comp-3 field?
|
View Answer
|
|
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
|
View Answer
|
|
What do you do to resolve SOC-7 error?
|
View Answer
|
|
Can I redefine an X(200) field with a field of X(100) ?
|
View Answer
|