ASMA142E Operation code not complete on first record

2007-09-14 Thread Robert Pelletier
Can someone with more experience in assembler than I have fix this: 000BDE 58DD 00044 1019 L R13,4(R13) RESTO 1020 ASE01670 ** ASMA142E Operation code not complete on first record Active Usings: PSA(X'1000'),R0 S99RB(X'1000

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Thompson, Steve
Pelletier Sent: Friday, September 14, 2007 2:07 PM To: IBM-MAIN@BAMA.UA.EDU Subject: ASMA142E Operation code not complete on first record Can someone with more experience in assembler than I have fix this: 000BDE 58DD 00044 1019 L R13,4(R13) RESTO

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Robert Pelletier
, September 14, 2007 3:11 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ASMA142E Operation code not complete on first record It looks like data wrap. Verify that the source basically lines up in CC 1, 10, 16. If the data starts look ing like th is then you have a dat a wrap problem. Regards, Steve

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Friday, September 14, 2007 2:20 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ASMA142E Operation code not complete on first record This is the code: DAIR9900 DS0H

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Robert Pelletier
PROFILE UNLOCKIMACRO NONEPACK OFFNOTE ON -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Friday, September 14, 2007 2:20 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ASMA142E Operation code not complete

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Jim Phoenix
(R13) RESTO 1020 ASE01670 ** ASMA142E Operation code not complete on first record Active Usings: PSA(X'1000'),R0 S99RB(X'1000'),R1 IOB(X'1000'),R3 IHADCB(X'1 DYNBLOK(X'1000'),R6 DEB(X'1000'),R7 DAIRBLOK(X'1000'),R10 DITTCOMM(X'1000') MSGDSECT(X'1000

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Robert Pelletier
R14 RETURN TO CALLER -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Friday, September 14, 2007 2:20 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ASMA142E Operation code not complete on first record

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Friday, September 14, 2007 2:31 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ASMA142E Operation code not complete on first record It's 80: TECH.DITTO.SRCLIB(DITTDAIR

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Robert Pelletier
Thanks all especially Steve and Jim. I got the utility assembled. I really appreciate everything. Have a good weekend. Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. Confidentiality Notice Unless expressly stated otherwise, this message is confidential and may be

Re: ASMA142E Operation code not complete on first record

2007-09-14 Thread Kirk Talman
A quick way to reconstitute the data is: issue: bnds 1 80 place a period in col 71 of line before misplaced seqid. use textflow TF on the line with the period to bring seqid back to where it belongs. good luck pup IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU