MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 90 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: COMP-3 bytes calculation needed
naveen

Replies: 13
Views: 10657

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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. Very Happy
  Topic: Problem with DCB
naveen

Replies: 6
Views: 3711

PostForum: 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)
*
...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group