How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
No Answer is Posted For this Question
Be the First to Post Answer
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Which division and paragraphs are mandatory for a COBOL program?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
How can we know that cobol program is using report file or simple file....?
for an INITIALIZE and what keyword allows for an override of the default.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
What is the maximum length of a field you can define using COMP-3 in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
using redefine can you redefine lower variable size to higher variable size?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
what happens when a copybook variables are declared using include statement ?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??