Can JUSTIFIED be used for all the data types?
Answers were Sorted based on User's Feedback
Answer / guest
no it can be used only for alphabetic and alpha numeric
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / vampire
No,in numeric data types numeric wont be applicable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bella
JUSTIFIED Clause cannot be used for numeric and numeric-
edited items
| Is This Answer Correct ? | 1 Yes | 0 No |
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
how you will define variables length in cobol.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Can we put move statement in COBOL copybook
How do you define a variable of COMP-1? COMP-2?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
What is the mode in which you will OPEN a file for writing?
what r the types of perform statement