why we are using picture clause in the cobol programs?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
pic clause is used to declare the data type and size of
variable
| Is This Answer Correct ? | 8 Yes | 0 No |
Have you code any new programs in COBOL ? What is the functionality of the programs?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
how to access vsam files in cobol and how to differentiate that this is ESDS file
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
what is S04E error in jcl?
11 Answers IBM, L&T,
Describe the difference between subscripting and indexing ?
BY seeing a program how can we say that it is static call or dynamic call
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
how you read control card into array?
How do you define a variable of comp-1 and comp-2?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas