Search found 3 matches

by shrutijain1984
Fri Oct 14, 2011 12:33 pm
Forum: COBOL
Topic: Date format with PIC s9(07)
Replies: 4
Views: 7450

Date format with PIC s9(07)

Hi,

Could you please let me know how the date will stored in the following variable

ws-date pic s9(07).

Will it be YYMMDD or will it be in Julian format YYYYDDD?

Please dont ask me to read manuals as I urgently need reply to this
by shrutijain1984
Wed Aug 17, 2011 9:10 am
Forum: CHANGE MAN
Topic: Load module not generated while compiling
Replies: 2
Views: 8883

Load module not generated while compiling

Hi,

Could you please help me with this. I have staged my components to a package and compiled them. Now how can i generate the load module (executable code) of my components.
by shrutijain1984
Tue Aug 09, 2011 4:19 pm
Forum: COBOL
Topic: convert comp-3
Replies: 2
Views: 5315

convert comp-3

How to convert PIC 9(9) comp-3 to PIC 9(9).?