how to display the dataset information?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / parvatraj m bhuti
Using IDCAMS utility, use LISTCAT you can get the informatiom
| Is This Answer Correct ? | 1 Yes | 0 No |
How many bytes do a s9 (7) comp-3 field occupy?
What is the different between index and subscript?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
What are the various section in data division and briefly explain them.
how to display comp3 variables reply soon ?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
what is the use of filler in cobol programing?
can we use variable picture clause as xx.99 in cobol.
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?