Whats the use of Examine command? can someone help me?
Answer / shruti
INSPECT and Examine Both are same examine was used in cobol version-I and
Inspect is using in COBOL Version_II. Both has the same functionality to
calculate the numbers of characters in the string by tallying.
Syntax
INSPECT (indintifier-1) Tallying { FOR all ( literals-1 ) } Leading Replace by
| Is This Answer Correct ? | 11 Yes | 0 No |
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
where did you see the information regarding abend codes in jcl?
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.
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
can we use the two 01 level in file discription ?
What is LENGTH in COBOL II?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
how to change picture class of copy book variable inside program?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
how we can edit records in vsam data set and non vsam data sets