Author |
Message |
Topic: COMP-3 bytes calculation needed |
naveen
Replies: 13
Views: 10657
|
Forum: Application Programming Posted: Wed Mar 14, 2007 4:02 am Subject: COMP-3 bytes calculation needed |
Starting half byte is Zero Padded in comp-3 in case of even number of bytes.
Example is S9(6) COMP-3 will take 4 bytes.
Number 456789 in COMP-3 , is stored in following manner: 0456789C
Reme ... |
Topic: How SYNC verb in cobol work. |
naveen
Replies: 2
Views: 3411
|
Forum: Application Programming Posted: Sat Jan 13, 2007 2:25 pm Subject: How SYNC verb in cobol work. |
In layman's language , SYNC aligns storage to word boundaries. Every fetch/read instruction for CPU reads one complete word. If storage of an item is spilled over two words , it will need 2 CPU fetch ... |
Topic: CA-Easytrieve to COBOL conversion tools - Your opinions |
naveen
Replies: 4
Views: 5721
|
Forum: Application Programming Posted: Sat Jan 13, 2007 2:17 pm Subject: EZT to COBOL |
I've done a small project on EZT to COBOL conversion. There were only 35 EZT source members and were converted to total of 13 Cobol programs. Since it was a small set of EZT programs, we have done the ... |
Topic: Changing the key of KSDS programmatically in COBOL |
naveen
Replies: 3
Views: 2086
|
Forum: Application Programming Posted: Sun Dec 10, 2006 9:43 am Subject: Changing the key of KSDS programmatically in COBOL |
HOw can we change the already defined key of KSDS vsam file programmatically in COBOL program ? |
Topic: Ways of passing parameters (values) to JCL ? |
naveen
Replies: 2
Views: 1839
|
Forum: Application Programming Posted: Sat Dec 09, 2006 12:00 am Subject: Ways of passing parameters (values) to JCL ? |
How can parameters or values be passed from COBOL program to JCL ? I am not talking about writing records with help of COOBOL in files used in JCL. |
Topic: Need Help on ISMF tool.. |
naveen
Replies: 3
Views: 2247
|
Forum: Job Control Language(JCL) Posted: Fri Dec 08, 2006 12:38 pm Subject: ISMF |
Is ISMF used extensively in Industry? |
Topic: about Disposition parameter |
naveen
Replies: 2
Views: 2117
|
Forum: Job Control Language(JCL) Posted: Tue Jul 19, 2005 10:38 am Subject: More details |
Visit this link:
http://mvsforums.com/helpboards/viewtopic.php?t=1202&highlight=update
Informs about updates in OLD and DISP mods. |
Topic: Replacing leading spaces by zeroes thru sort |
naveen
Replies: 5
Views: 7422
|
Forum: Utilities Posted: Wed Mar 16, 2005 11:12 pm Subject: Replacing leading spaces by zeroes thru sort |
Thanks a lot Frank. |
Topic: Replacing leading spaces by zeroes thru sort |
naveen
Replies: 5
Views: 7422
|
Forum: Utilities Posted: Wed Mar 16, 2005 2:53 am Subject: Replacing leading spaces by zeroes thru sort |
Kolusu,
Only leading spaces:
(space)(space)2345 should be changed to 002345
and
(space)234(space)5
should be changed to 0234(space) 5.
Frank,
Zero is C'0' |
Topic: Replacing leading spaces by zeroes thru sort |
naveen
Replies: 5
Views: 7422
|
Forum: Utilities Posted: Mon Mar 14, 2005 11:17 pm Subject: Replacing leading spaces by zeroes thru sort |
I have to replace all leading spaces in column positon 1 to 6 with zeroes. Input file is of lenght 80 (FB). How can this be done thru sort or batch file-aid ?
I/P:
0001XX 20041210
B2 ... |
Topic: SUPERCE utility |
naveen
Replies: 4
Views: 4948
|
Forum: TSO and ISPF Posted: Tue Nov 23, 2004 4:18 am Subject: ISRSUPC |
//SUPERC EXEC PGM=ISRSUPC, *
// PARM=(DELTAL,LINECMP,
// '', ... |
Topic: Gmail Invitations |
naveen
Replies: 99
Views: 81131
|
Forum: Related Non-Technical Topics Posted: Fri Sep 10, 2004 4:45 am Subject: Thanks |
Thanks a lot, Suresh. |
Topic: Gmail Invitations |
naveen
Replies: 99
Views: 81131
|
Forum: Related Non-Technical Topics Posted: Wed Sep 08, 2004 1:59 am Subject: If any invitation left , please do send it to me |
Please send me the gmail invitaion at nkgupta9@rediffmail.com |
Topic: LifeComm resource Required |
naveen
Replies: 5
Views: 5080
|
Forum: Related Non-Technical Topics Posted: Sat Jul 17, 2004 4:48 am Subject: LifeComm resource Required |
I'd also like to know what's LifeComm.
Not interested in Minneapolis.  |
Topic: Problem with DCB |
naveen
Replies: 6
Views: 3711
|
Forum: Job Control Language(JCL) Posted: Tue Jun 22, 2004 10:16 am Subject: Problem with DCB |
No the job did not complete succesfully. Declarations in EZT program are like this :
*
FILE FILEIN VB (1036 1040)
*
FILE FILEOT1 VB (1036 1040)
*
... |
|