How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
TCS,
5 COBOL 20057Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
2 JCL 6282
how to submit a jcl by cobol program.
clear me with an example.
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 38932 }
how to create a new pds with the structure of an existing
pds?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Cap Gemini, 16470 }
what is difference between repro and export? if any one know
this plz tell me
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
can alternate index use in ESDS since it does not contain
primary index? if yes can you explain?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 13126 }
what is the use of reuse in vsam?
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
If I defined space as TRK(10,10) for the one file and lrecl
= 4K then tell me how many record will vsam file will
contain. will it 1,2,3,4,5 or how many,
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
How can we see data in TEMPARARY DATA SET in JCL ?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
A job has 90 steps i want to execute only step7 and step15
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 10305 }
How To Separate The Numerics From An Alphanumric Data Item
Which Contains Both Alphabates And Numerics ?
Answer
Is This Answer Correct ? | 12 Yes | 0 No |
Question { 15336 }
We have two PS files,want to compare those files and put
the duplicate records in one file.
Input file 1 contains(1,2,4,9,10)
Input file 2 contains (1,4,5,11,12,14,16).
Help me with jcl.
Answer
Is This Answer Correct ? | 3 Yes | 1 No |