How arrays can be defined in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
How do we get current date from system with century in COBOL?
how can you identify wheather the program is using search or search all in the cobol program?
i want to store 20 digits . h will u do it in cobol ?
give the examples for strings and unstrings in cobol
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
in how many mode we can open a file ?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
What are the different rules of SORT operation?
what is Pic 9v99 Indicates?
what is the advantage of using redefines instead of delaring the variables ?
What R 2 of the common forms of the EVALUATE STATEMENT ?