what is record label is empty or standard in file description
of data division?
Answer Posted / bkk
I guess, If we want to access/store the dataset that resides
in tape we mention it as record label is empty. If it is in
dasd we mention it as record label is standard
correct if i am wrong
-cheers
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How you can read the file from bottom?
How to know whether the module is dynamical or statistical?
What is link edit in cobol?
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
What are the pertinent COBOL commands?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What guidelines should be followed to write a structured cobol prgm?
When is inspect verb is used in cobol?
What is difference between static and dynamic call in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between Global and External Variables?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
IF I mention stop run in CICS what happens?
how do you define single dimensional array and multidimensional array in your cobol?