01 a pic 9(9v99)

01 b pic 9(9.99)

wht will be the stored vales in both cases

Answer Posted / garry

IL-logical question.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inspect in cobol ?

791


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

639


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

674


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

402


What are the access modes of START statement?

706






Have you used comp and comp-3 in your project? And how?

2001


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2045


Write a program to enter and display the names of students in a class using the occurs clause.

640


how to convert the recors form vsam file to db2 table tru file aid

2742


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

392


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

658


Write some characteristics of cobol as means of business language.

607


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2318


What is redefines clause in COBOL?

835


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1914