What is the maximum length of a field you can define using
COMP-3?
Answer Posted / elite group
S9(18) Comp-3
Is This Answer Correct ? | 42 Yes | 9 No |
Post New Answer View All Answers
Define cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is difference between static and dynamic call in cobol?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the esds vsam file formats from cobol programs
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?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the use of intialize verb?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are 77 levels used for?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
) how do u code after getting data?