What are the pertinent COBOL
No Answer is Posted For this Question
Be the First to Post Answer
What are the ways you can generate a copybook?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
In which area will you utilize 88 level items in cobol?
What is the purpose of Identification Division?
Can we move X(7) to S9(7) COMP?
88 class is used for
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
i want to store 20 digits . h will u do it in cobol ?
Whats the difference between search & search ALL?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49