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 |
What is the function of the verb initialize?
What is controlled keyword in PL/1?
How many bytes does a s9(7) sign trailing separate field occupy ?
We have an output dataset in job with disp parameter as shr.
how to invoke subprogram in jcl?
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.
write a query to get RRN value from rpg?
Which is the difference between delimited by size and delimited by space?
How long have you been working on mainframes?
how do we prepare test data using file-aid tool?
can u run online and batch at the same time?
WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?