Search found 9 matches

by Som_TCS
Tue Sep 08, 2009 3:02 pm
Forum: JCL
Topic: TSO current time
Replies: 5
Views: 8254

RECFM = FB , LRECL = 80 , start pos = 1

********************************************************************
1
date&time<------space --->
********************************************************************

data&time = CYYMMDDHHMMSS
by Som_TCS
Wed Sep 02, 2009 10:18 am
Forum: JCL
Topic: TSO current time
Replies: 5
Views: 8254

SORT
by Som_TCS
Sat Aug 29, 2009 6:29 pm
Forum: JCL
Topic: TSO current time
Replies: 5
Views: 8254

TSO current time

Hi,

I have an requirement to write TSO Current time into a file through JCL. U can use any kind of utility. I know it can be done very easily thru COBOL. But I can't use COBOL.

Can anyone help me to do that?

> Just to write Current time into a file.

Thanks
Somenath
by Som_TCS
Tue Feb 03, 2009 5:16 pm
Forum: COBOL
Topic: Static call & Dynamic call
Replies: 2
Views: 6568

Static call & Dynamic call

On what criteria we should use static call and dynamic call ? :?:
by Som_TCS
Thu Jan 15, 2009 1:43 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: DFSORT handbook
Replies: 1
Views: 4161

DFSORT handbook

Can anyone provide me DFSORT ref guide with good amount of example?
by Som_TCS
Fri Jan 09, 2009 11:43 am
Forum: COBOL
Topic: EXTERNAL in COBOL
Replies: 1
Views: 5117

EXTERNAL in COBOL

What is funda behind the KEY word EXTERNAL / GLOBAL ?
What does it happen internally when we use those key ..??

:?:
by Som_TCS
Fri Jan 09, 2009 11:31 am
Forum: COBOL
Topic: query reguarding arrays
Replies: 3
Views: 6545

Yes...we can pass the array thru linkage section. :D
by Som_TCS
Fri Jan 09, 2009 11:26 am
Forum: COBOL
Topic: COBOL Program performance tuning tips
Replies: 22
Views: 76907

Hi, Thanks for your advice, can you please give a short example of how to use this DFSORT commands in COBOL, it will be of great help. Regards, Here r some tips of performance tuning: 1. When performing arithmetic, always use signed numeric fields. COBOL performs faster with signed fields than unsi...
by Som_TCS
Thu Jan 08, 2009 4:52 pm
Forum: JCL
Topic: Bypassing a step in JCL
Replies: 2
Views: 4747

Bypassing a step in JCL

How to by pass the step without cond parameter ? :?: