Wednesday 14 May 2014

PL/I Interview Questions Part-1

Q1) GET LIST – To get input from the jcl. PUT LIST – we use to display output
Q2)OPTIONS(MAIN)- This is main procedure. we write many sub procs with in this.
Q3)PL1 Program will be compiled in Chgman. Like, cobol program we execute the program in JCL.
Q4) We call procedures by CALL Proc_name.
Q5)DCL BETA CHAR(20) VARYING. It means space will be adjusted based on size of the field
Q6)DEFINED OR DEF -Is equal to cobol redefined.
Q7)Concatenation First_name || Last_name possible.
Q8)Translate 3 functions, we can replace with a value, we can replace when ‘+’ with ’1′…, Convert one format of date function to another format
Q9)Arrays important
Q10)File declartion DCL FILEA  INPUT;
OPEN FILE FILEA TITLE DD_name;
Close file filea;
Q11)INCLUDE- We use to include copy book
Q12)Sub program DCL SUB2 ENTRY;
using CALL SUB2 –we can call the program.
Q13)Storages, Automatic, Static, Based and Controlled storage.
Q14) Error handling ON ENDFILE, ON OVERFLOW etc
The above questions adopted from 

No comments:

Post a Comment