How to read records in reverse order in flat file?
Explain how can the attributes of one sms dataset be copied to another dataset?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What is the function of //jcllib statement?
can we give instream data in procedure
what happens in conversion stage in job processing?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
what is DSN parameter and DISP parameter is used for?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what are the ways of passing data to a cobol program from jcl?
Is their any set of rules for dd? Explain.
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths