Name the divisions, which are available in a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
) How do you access the migrate the data from production region to development region
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is the difference between start and startbr?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
What is perform what is varying?
What is COMP SYNC?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?