g.naveen


{ City }
< Country > india
* Profession * software test engineer
User No # 60801
Total Questions Posted # 12
Total Answers Posted # 1

Total Answers Posted for My Questions # 47
Total Views for My Questions # 156268

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 3
Questions / { g.naveen }
Questions Answers Category Views Company eMail

What are the common keyword parameters in both job and exec statements

Cap Gemini,

4 JCL 13271

When will we need to specify Space parameter ?

Wipro,

3 JCL 6895

Can you delete the GDG base without deleting GDG generations ?

Cap Gemini,

7 JCL 21285

In how ways you can pass the data from Jcl to cobol ?

Cap Gemini, IBM,

3 JCL 18538

What is the maximum data length for Numeric DataType ?

Cap Gemini,

3 COBOL 8647

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

Wipro,

9 COBOL 28317

How can you declare the file ?

Wipro,

1 COBOL 4583

How many divisions we have in Cobol ?

Wipro,

4 COBOL 7579

What is XDC ?

Cap Gemini, IBM,

3 COBOL 17842

Describe the COBOL coding sheet

Cap Gemini, Royal Infotech,

2 Natural 13704

How can you display the current date & current time ?

Cap Gemini,

1 DB2 4467

How can you display the current date & current time ?

Cap Gemini,

7 DB2 11140




Answers / { g.naveen }

Question { Wipro, 28317 }

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


Answer

Kishore Sangu


S9(1)comp to s9(4)comp occupies 2 bytes.
s9(5)comp to s9(9)comp occupies 4 bytes.
S9(10)comp to S9(18)comp occupies 8 bytes.

Is This Answer Correct ?    7 Yes 3 No