First time here?
Back again?


 
 

How can I change the sequence number to be /N for optional skip blocks?

CATEGORY: PROGRAMMING
TYPE: CONTROLLER
IMS VERSION: ALL
PLATFORM: ALL

The sequence register is special and different from the other registers in the sense that it has its own macro statement to control its settings.
See the usage of the SEQNO macro command, as used in the default OPSKIP macro:
OPSKIP/*
CASE (CLDATAM)
'ON' : SEQNO("/N")
'OFF' : SEQNO("N")
ENDCASE
RETURN

Back to Frequently Asked Questions