How do you use sub-string as a Pseudo-variable in PL/1? How
can we use the variables?



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

Post New Answer

More IBM MainFrame AllOther Interview Questions

What is the function of the verb initialize?

0 Answers  


What is controlled keyword in PL/1?

1 Answers   IBM,


How many bytes does a s9(7) sign trailing separate field occupy ?

0 Answers  


We have an output dataset in job with disp parameter as shr.

0 Answers  


how to invoke subprogram in jcl?

2 Answers  


In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.

2 Answers   Accenture,


write a query to get  RRN  value from rpg?

1 Answers  


Which is the difference between delimited by size and delimited by space?

0 Answers  


How long have you been working on mainframes?

0 Answers  


how do we prepare test data using file-aid tool?

0 Answers   Syntel,


can u run online and batch at the same time?

4 Answers   IBM,


WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?

1 Answers  


Categories