Author |
Message |
Topic: Assembler Queries |
rnanavaty
Replies: 5
Views: 3983
|
Forum: Application Programming Posted: Tue Jul 12, 2011 3:16 am Subject: Assembler Queries |
Hi,
1.) Can anybody tell me why number of registers are constraint with 16 in MVS.
I know it has to do very basics of assembler hardware but didn't got instant answer.
2.) While changing a 24 ... |
Topic: Assembly language : Sequential file reading |
rnanavaty
Replies: 4
Views: 4595
|
Forum: Application Programming Posted: Mon Jun 27, 2011 7:32 am Subject: Assembly language : Sequential file reading |
Thanks ZA !!!
It looks fine.
One query regarding this. How we will come to know that GETMAIN defined the memory enough to contain the record. Will it provide error if defined memory location is ... |
Topic: Assembly language : Sequential file reading |
rnanavaty
Replies: 4
Views: 4595
|
Forum: Application Programming Posted: Tue Jun 14, 2011 6:41 am Subject: Assembly language : Sequential file reading |
A file is defined in assembly language as VB (Variable Block) where first record contains 5000 characters while 2nd record is of 10 bytes.
Above file opened in read mode. We want to write 1st reco ... |
Topic: Assembly language queries |
rnanavaty
Replies: 3
Views: 2800
|
Forum: Application Programming Posted: Tue Jun 14, 2011 6:35 am Subject: Assembly language queries |
1. What are destructive instructions ?
2. If VAR1, VAR2 and VAR3 are three variables defined in sequence like below.
VAR1 DC C'ABC'
VAR2 DC C'D'
VAR3 DC C'PQRSTUVWX'
What will be the impact ... |
Topic: REXX - Copying member of one PDS to another |
rnanavaty
Replies: 4
Views: 6697
|
Forum: Application Programming Posted: Mon Jan 10, 2011 2:19 am Subject: REXX - Copying member of one PDS to another |
Hi Friends,
During my work I require a REXX program using which all PDS member of one PDS can be copied to another PDS.
Can anyone help me in writing logic of this?
Thanks !! |
Topic: Assembler: Different alignments |
rnanavaty
Replies: 4
Views: 4397
|
Forum: Application Programming Posted: Mon Nov 02, 2009 4:19 am Subject: Assembler: Different alignments |
Hi,
What is the difference between different type of alignments like:
MYEPPR CNOP 0,2 Halfword alignment.
NEWPARA CNOP 0,4 Fullword alignment.
MN01EP ... |
Topic: Assembler: Difference btn L and LA while using values |
rnanavaty
Replies: 5
Views: 5020
|
Forum: Application Programming Posted: Mon Nov 02, 2009 1:48 am Subject: Assembler: Difference btn L and LA while using values |
See the link http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=/com.ibm.itsm390n.doc/anrzgd55664.htm
Here also in the sample code instruction
LA R7,8 Gonna ... |
Topic: Assembler: Use of PSW (Program status word) |
rnanavaty
Replies: 1
Views: 2736
|
Forum: Application Programming Posted: Fri Oct 30, 2009 4:48 am Subject: Assembler: Use of PSW (Program status word) |
Hi Friends,
Can you let me know
1) What is the length of program PSW (Program status word) ?
2) What all information it contains while job is successful or abended ? |
Topic: Assembler: Difference btn L and LA while using values |
rnanavaty
Replies: 5
Views: 5020
|
Forum: Application Programming Posted: Fri Oct 30, 2009 4:45 am Subject: Assembler: Difference btn L and LA while using values |
Hi,
Can you tell me what is the difference between L and LA instructionin MVS assembely while using constant as second operand even though they perform the same operation ?
For example: L R3, ... |
Topic: Assembler for training |
rnanavaty
Replies: 3
Views: 3411
|
Forum: Application Programming Posted: Wed Jun 03, 2009 3:24 am Subject: Assembler for training |
Thanks DaveyC |
Topic: Assembler for training |
rnanavaty
Replies: 3
Views: 3411
|
Forum: Application Programming Posted: Mon May 25, 2009 1:32 am Subject: Assembler for training |
Is there any MVS assembler simulator on windows plateform available for self/coching training purpose? As much as I know one of them is CA-Realia, but that is for corporate use only. If you know about ... |
Topic: COBOL: Same variables with different name |
rnanavaty
Replies: 4
Views: 2180
|
Forum: Application Programming Posted: Thu Sep 13, 2007 8:57 am Subject: COBOL: Same variables with different name |
Hi,
I have following 2 structures
01 SRL60LCA EXTERNAL.
05 ADCON OCCURS 215 USAGE IS POINTER.
05 FILLER PIC X(4).
01 SRL60LMI EXTERNAL.
05 ... |
Topic: E15 & E35 COBOL routines |
rnanavaty
Replies: 6
Views: 7445
|
Forum: Application Programming Posted: Thu Jun 28, 2007 11:06 pm Subject: E15 & E35 COBOL routines |
Thanks dbzTHEdinosauer. I think this description is of great help. |
Topic: E15 & E35 COBOL routines |
rnanavaty
Replies: 6
Views: 7445
|
Forum: Application Programming Posted: Thu Jun 28, 2007 4:23 am Subject: E15 & E35 COBOL routines |
The link you have provided I already had a look and s same seprate guide for the same but it assumes that we are aware abt E15 and E35. |
Topic: E15 & E35 COBOL routines |
rnanavaty
Replies: 6
Views: 7445
|
Forum: Application Programming Posted: Thu Jun 28, 2007 1:09 am Subject: E15 & E35 COBOL routines |
I require the details of E15 and E35 COBOL routine details. I read the ref guide http://publibz.boulder.ibm.com/cgi-b...20020722140254 and other ref material on it. But most of them are related to DFS ... |
|