sehar naveed
Programmer
hello.
I was mainframe Cobol programmer. I have just started fujitsu Cobol. in a sample program i have seen these types of values X"1B0303".
can we get these fields from form which we design in .net programming? and can we keep these lines in working storage of cobol programming?
03 S6-OPTION8 PIC X(22).
03 FILLER PIC X(3) VALUE X"1B0303".
03 FILLER PIC X VALUE X"04".
03 FILLER PIC X(2) VALUE X"1A1F".
I was mainframe Cobol programmer. I have just started fujitsu Cobol. in a sample program i have seen these types of values X"1B0303".
can we get these fields from form which we design in .net programming? and can we keep these lines in working storage of cobol programming?
03 S6-OPTION8 PIC X(22).
03 FILLER PIC X(3) VALUE X"1B0303".
03 FILLER PIC X VALUE X"04".
03 FILLER PIC X(2) VALUE X"1A1F".