The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
I got user abend U4038 while compiling my runjcl.. can anyone help me?
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
Why occurs can not be used in 01 level ?
How can we know that cobol program is using report file or simple file....?
What is an index for tables?
what is label record is standard or omitted in file description of data division?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What is the local-storage section?
Name the divisions in a COBOL program ?
What are literals?
what is SYNCHRONIZATION?