how to display the dataset information?

Answer Posted / ramesh moorthy

Infront of Dataset(In cmd line) put select or Info command
u ll get the informations of the dataset.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is comp-1 and comp-2?

764


What is a scope terminator give example?

657


How many sections are there in data division in COBOL?

679


Give some examples of command terminators?

759


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2120


What is the compute verb? How is it used?

661


what are decleratives in cobol?

1827


How you can read the file from bottom?

660


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


What are the different rules of SORT operation?

700


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10626


Which Search verb is equivalent to PERFORM…VARYING?

687


How to remove 2 duplicate records and copy only one using job control language?

754