What is the problem of ordered sequential files access?
Can JUSTIFIED be used for all the data types?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
write a program to eliminate duplicate records in a input file and send them to output file.
What is the difference between subscript and index?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
Whats the difference between search & search ALL?
What is an in-line perform ?
How to convert bunch of words in a line to relvant ASCII values?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
Can printer files (having 133 characters) be of variable length?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.