Author |
Message |
Topic: Convert Hex to Decimal in COBOL |
saravanan80
Replies: 6
Views: 3562
|
Forum: Application Programming Posted: Tue Jul 22, 2008 11:57 am Subject: Convert Hex to Decimal in COBOL |
Those HEX fields are packed decimal .. and I would like to display them in a output file in a printable format..
Thanks |
Topic: Convert Hex to Decimal in COBOL |
saravanan80
Replies: 6
Views: 3562
|
Forum: Application Programming Posted: Tue Jul 22, 2008 12:39 am Subject: Convert Hex to Decimal in COBOL |
YES I Would like to write the fetched data , which are in HEX format ( DATE & TIME ) to readable format in the output file, in COBOL program. |
Topic: Convert Hex to Decimal in COBOL |
saravanan80
Replies: 6
Views: 3562
|
Forum: Application Programming Posted: Mon Jul 21, 2008 9:41 pm Subject: Convert Hex to Decimal in COBOL |
Hi I have a requirement , ie, I have to read a file with HEX chars and write them to a file in a decimal or any readable format .. can anyone suggest how to make it in COBOL
Thanks |
Topic: JESMSGLG |
saravanan80
Replies: 1
Views: 2294
|
Forum: Application Programming Posted: Sat Apr 05, 2008 4:21 am Subject: JESMSGLG |
How can I get the JESMSGLG and JESYSMSG in to a dataset , instead of getting them in SPOOL,
Do we need to change the MSGCLASS parameter in JOBCARD? |
Topic: JCL Utility |
saravanan80
Replies: 10
Views: 8060
|
Forum: Application Programming Posted: Tue Sep 25, 2007 9:33 pm Subject: JCL Utility |
Hi my actual requirement is when we get in to a PDS with 3.4 option it will display the list of members in it , the creation date , last modified date and last accessed ID , when we give savelist all ... |
Topic: JCL Utility |
saravanan80
Replies: 10
Views: 8060
|
Forum: Application Programming Posted: Tue Sep 25, 2007 7:35 am Subject: JCL Utility |
The command that u had provided wont give the result , is there anyother command to acheive this result. |
Topic: JCL Utility |
saravanan80
Replies: 10
Views: 8060
|
Forum: Application Programming Posted: Mon Sep 24, 2007 9:27 pm Subject: JCL Utility |
I feel the Listcat command will reveal the volume on which the dataset resides . but It won't give the date it created and date it got modified etc. |
Topic: JCL Utility |
saravanan80
Replies: 10
Views: 8060
|
Forum: Application Programming Posted: Mon Sep 24, 2007 1:26 pm Subject: JCL Utility |
Will this LISTCAT will work when we give as a command in JCL.. if so can u please provide me the JCL step. |
Topic: JCL Utility |
saravanan80
Replies: 7
Views: 2808
|
Forum: Utilities Posted: Mon Sep 24, 2007 1:22 pm Subject: JCL Utility |
HOw to covert from Julian date(2007119) to Gregorian(2007/04/29) date using JCL.
I have an input contains like Current date,next date are in Julian formate.
2007119 2007120
I want displa ... |
Topic: JCL Utility |
saravanan80
Replies: 7
Views: 2808
|
Forum: Utilities Posted: Mon Sep 24, 2007 12:14 pm Subject: JCL Utility |
The format is
Julian --- 2007 152
it means the year 2007 and 152nd day |
Topic: JCL Utility |
saravanan80
Replies: 7
Views: 2808
|
Forum: Utilities Posted: Mon Sep 24, 2007 11:34 am Subject: JCL Utility |
Is there any JCL command to convert the date from
Gregarian Format to Julian Format .
Julian format to Gregarian Format. |
Topic: JCL Utility |
saravanan80
Replies: 10
Views: 8060
|
Forum: Application Programming Posted: Mon Sep 24, 2007 11:28 am Subject: JCL Utility |
I know the command LISTDS can display the member name alone in the PDS .
Is there any specific command (or JCL utility ) to display the dataset information ,ie, the PDS name date it created date mod ... |
Topic: GDG's |
saravanan80
Replies: 6
Views: 3549
|
Forum: Application Programming Posted: Tue Mar 06, 2007 9:07 am Subject: GDG's |
Step 1 - Im generating the previous version with data (-1)
Step 2 - I'm generating the current verion with data (0)
Step 3 - I'm generating the future version (+1)
and I want to ... |
Topic: Inspecting a Variable. |
saravanan80
Replies: 2
Views: 1928
|
Forum: Application Programming Posted: Thu Feb 08, 2007 10:42 am Subject: Inspecting a Variable. |
I'm having a viriable WS-A X(21) ,
we are having a string of data in it with a String DUMMY in it
"12345DUMMY6789" , how we can use the inspect command to check the presence of the valu ... |
|