How to see the COMP3 value(packd decimal)

Answer Posted / guest

You can use fileaid to see those values.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to left uncode disp?

711


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

743


write a jcl to execute a job by 7:00 am on jan 20,1986?

697


how to run batch program without jcl?

10070


List the different jcl statements that are not permitted in the procedures?

638






What do you understand by the term job time – out and how can you overcome that?

597


How to alter the parameters for the existing gdg?

710


What is timing concept in mainframe?

1658


What is one line to pass PARM from JCL to COBOL?

673


Is condition checking possible in jcl?

716


when can a job time-out occur? How to overcome that?

753


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1035


what is DSN parameter and DISP parameter is used for?

674


Why block size is multiple of lrecl in jcl?

908