IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Syntax of PCB mask in PL/1


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
padiyan
Warnings : 1

New User


Joined: 11 Nov 2005
Posts: 1

PostPosted: Thu Nov 02, 2006 5:14 pm
Reply with quote

Could anyone assist me,for syntax of PCB mask in PL/1?

WARNING: TITLE EDITED
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Thu Nov 02, 2006 11:59 pm
Reply with quote

What is PCB mask?
Back to top
View user's profile Send private message
rahul_kolhe

New User


Joined: 08 Nov 2006
Posts: 15

PostPosted: Fri Nov 10, 2006 2:36 am
Reply with quote

example of PCB mask in Pl/i. It is similar to Cobol but in cobol you give PCB mask in linkage section whereas in Pl/i, use the pointer concept.

DCL PCB_PTR PTR;
DCL 01 PCB_MASK BASED (PCB_PTR),
05 DBNAME CHAR (8),
05 SEGLEVEL CHAR (2),
05 STATUS CHAR (2),
05 PROCOPTS CHAR (4),
05 RESERVED CHAR (4),
05 SEGNAME CHAR (8),
05 KFB_LENGTH BIN FIXED (31),
05 SENSEG_# CHAR (4),
05 KFB CHAR (100);
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
No new posts Assembler: Set Program Mask for decim... PL/I & Assembler 4
No new posts REXX Test under Mask??? CLIST & REXX 3
No new posts CNTL= Command Syntax Documentation CA Products 3
Search our Forums:

Back to Top