01 a pic s9(5) occupies how many bytes ?

Answer Posted / rubal choudhary

6

Is This Answer Correct ?    2 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

677


What are the different data types in cobol?

801


What type of SDLC u followed? Why?

1522


What is the LINKAGE SECTION used in COBOL?

895


What is static and dynamic call in cobol?

601






What is amode(24)?

684


What is the local-storage section?

684


Explain how to differentiate call by context by comparing it to other calls?

689


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2014


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1234


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

703


what is difference between cobol and cobol/400

21571


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725


what happens if parmparameter passes zero bytes to the program

1668


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958