Answer Posted / srinivas yadav
Scope terminator terminates the statements instead of
period operator(.)
eg:
if
-----
-----
-----
end-if
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
Can we redefine the field of x(200) to less than 200?
Name the sections present in data division.
how do you reference the variable block file formats from cobol programs
How you can read the file from bottom?
How arrays can be defined in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between PIC 9.99 and 9v99 in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between comp and comp-3 usage?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between external and global variables in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)