Latest Answer: It is very much possible to store and read images in COBOL files, using binary format. However for displaying the image, one needs to use third-party tools. ...
Latest Answer: value--- value is used to initialize data item in working storage sectionwhere as intialize----is used to initialize data item in procedure division ...
Latest Answer: Hi, It is possible through jcl. For example if the input file contains 80 record length thenIn sort, INREC=(1:1,80,81:SEQNUM,6,ZD),SORT FIELDS=(81,6,ZD,D),OUTREC=(1:1,80) 1) Using inrec we need to generate the sequential number starts from ...
Latest Answer: Use XPEDITER ...
Is it possible that the REDEFINES clause has different picture clauses compared to the one it redefined?
Can we fetch select in working storage section variables directly without using the host variables?
Can we reverse the string in cobol ? See the following problem : 77 NAME PIC X(10) VALUE 'MANOJ', 77 SRNAME PIC X(10).I want JONAM in SRNAME.
Latest Answer: Hi,In COBOL there are only two clouse for this type of check IS NUMERIC & IS ALPHABETIC let's take examplee.g A PIC X(01) VALUE '$'We can check following procedure divisionIF A IS NUMERIC DISPLAY 'NUMERIC' ELSE ...
Latest Answer: hi,See 01 level contains file header. so u can't use occurs clause for header file. You can use occurs clause only for table elements. ...
Latest Answer: STOP is a cobol command that terminates execution of a program. RUN is just its parameter.So, to answer your question, no difference.Also, the STOP command si already obsolete and will be taken out of the new ANSI standard. ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top