suman kumari


{ City } pune
< Country > india
* Profession * software engineer
User No # 122184
Total Questions Posted # 0
Total Answers Posted # 5

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 0
Questions / { suman kumari }
Questions Answers Category Views Company eMail




Answers / { suman kumari }

Question { 6231 }

What are the different storage classes in PL/1?


Answer

The 4 different storage classes in Pl/1 are Automatic ,Static,Based and Controlled Storage.

Is This Answer Correct ?    2 Yes 0 No

Question { 3966 }

Why do you need Translate?


Answer

It substitute one character with another or one bit with another bit.Built in function will translate only the standard alphbetic characters,TRANSLATE can be used to translate any other character .

Is This Answer Correct ?    1 Yes 0 No


Question { 5165 }

 Pseudo Variables in PL/1?


Answer

When a built-in function name used as a receiving field on the left of the assignment symbol as if it were a variable is called pseudo variable. REAL, STRING, SUBSTR, UNSPEC and ONCHAR are those built-in that can be used as a Pseudo variable.

Is This Answer Correct ?    1 Yes 0 No

Question { 4255 }

 What are the different datatypes in PL/1?


Answer

Fixed Decimal
Fixed Binary
Float Decimal
Float Binary
Character
Bit

Is This Answer Correct ?    1 Yes 0 No

Question { 4863 }

Picture clause of TIME in PL/1?


Answer

hhmmssttt
hh hours, mm- minutes, ss- seconds , ttt -milliseconds(thousandths of secconds)

Is This Answer Correct ?    0 Yes 0 No