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 |
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
why we are using picture clause in the cobol programs?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
which generation language is cobol
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
What is the meaning of 'TALLING' verb in cobol?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
can we use reference modification an arry.
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
How do you define a variable of COMP-1? COMP-2?