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 |
What are the different forms of EVALUATE statement?
What is binary search?
using redefine can you redefine lower variable size to higher variable size?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
Can a Search can be done on a table with or without Index?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
What does the INITIALIZE verb do?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is scope terminator
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you