Search found 1 match

by dheena
Fri Jan 04, 2013 10:02 am
Forum: PL/I
Topic: U4038 abend in PL1
Replies: 1
Views: 7154

U4038 abend in PL1

Hi iam new to PL1 language. while executing a simple PL1 prog iam getting U4038 abend.below is the code. MYPROC: PROC OPTIONS(MAIN) REORDER; DCL EMP_ID CHAR(04); DCL EMP_NAME CHAR(06); DCL DEPT CHAR(03); DCL SALARY FIXED BIN(15); GET LIST (EMP_ID,EMP_NAME,DEPT,SALARY); PUT SKIP LIST ('EMPLOYE DETAIL...