How is sign stored in Packed Decimal fields and Zoned
Decimal fields?
Answer Posted / purushothr
sign ll stored in
packed decimal: last bit(comp3)
zoned decimal field: most significan bit(comp)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to convert the recors form vsam file to db2 table tru file aid
How you can read the file from bottom?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do you define a variable of comp-1 and comp-2?
Which mode is used to operate the sequential file?
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 can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are different data types in cobol?
What are the different rules for performing sort operation?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the local-storage section?
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?