What is the difference between PIC 9.99 and PIC9v99?
No Answer is Posted For this Question
Be the First to Post Answer
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
in cobol perform stmt whether it first checks the condition or not
What do you feel makes a good program?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
How to retrive the 9th records out of ten records using the cobol program ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is difference between static and dynamic call in cobol?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how we can edit records in vsam data set and non vsam data sets
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH