IF I mention stop run in CICS what happens?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a DYNAMIC and STATIC call in COBOL?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
What is SDSF?
What is the Importance of GLOBAL clause According to new standards of COBOL?
How do you compile cobol program..?
What is COMP SYNC?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
What kind of error is trapped by on size error option?