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 |
what is S04E error in jcl?
11 Answers IBM, L&T,
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
Why we are using comp and comp-3 in real time projects?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
) How do you access the migrate the data from production region to development region
What is the difference between perform … with test after and perform … with test before?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
What should be the sorting order for SEARCH ALL?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.