How do you use sub-string as a Pseudo-variable in PL/1? How
can we use the variables?
Answer / vamseedharr
the speciality of pl1 is pseudo variable concept...
consider following example
substr(x,2,3) = y ;
U can compare a part of 'x' variable directly with 'y'
variable.No need of placcing the result of substr into a
variable.
| Is This Answer Correct ? | 6 Yes | 0 No |
in options (main) , what is meaning of main . if u not used main what will happen? After compiling, os will not understand where to load and execute from
Explain a linkage segment
How are type 1 and type 2 indexes different?
What is inspect?
Give me example of Ibm framewoek Application?
Are scope terminators compulsory? If they are, when?
Explain ibm z?
where will u see joblog ?
have you ever know what is the meaning of Packed Decimal
Can any one tell me that how we go for the compare,unit testing after changing requirement as per client request. this is very helpful for me when u give suitable (coading) exmple.
What is the function of dbctl?
Please any one can tell me,What are the tools for pl/1 project in real time scenario?(what are the version control,debugging and files related tools)?